#CBEBA3

Color #CBEBA3 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CBEBA3

Tints of Reef #CBEBA3

Color information

#CBEBA3 (or 0xCBEBA3) is unknown color: approx Reef. HEX triplet: CB, EB and A3. RGB value is (203,235,163). Sum of RGB (Red+Green+Blue) = 203+235+163=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 163 (64.06% from 255 or 27.12% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEBA3 is #34145C. Grayscale: #D9D9D9. Windows color (decimal): -3413085 or 10742731. OLE color: 10742731.

HSL color Cylindrical-coordinate representation of color #CBEBA3: hue angle of 86.67º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBEBA3 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB203235163-
CMYK0.1400.310.08
HSL86.67º64.29%78.04%-
HSV(B)86.67º30.64%92.16%-
XYZ60.9574.7645.87-
YUV217.2297.4117.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 33.78%
GREEN value IS 235 (92.19% from 255) = 39.10%
BLUE value IS 163 (64.06% from 255) = 27.12%
R=33.78%
G=39.10%
B=27.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032351630.1400.310.0886.6764.2978.04
HexCBEBA3E01F857404e
Octal3133532431603710127100116
Binary11001011111010111010001111100111111000101011110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBA3; }

 p { color: rgb(203,235,163); }

 H1.HeaderClassName
 {
   color: #CBEBA3;
 }
 .AnyTagClassName
 {
   color: #CBEBA3;
 }
</style>
background-color css

<style>
 a { background-color: #CBEBA3; }

 a { background-color: rgb(203,235,163); }

 div.DivClassName
 {
   background-color: #CBEBA3;
 }
 .BgClassName
 {
   background-color: #CBEBA3;
 }
</style>
border-color css

<style>
 span { border-color: #CBEBA3; }

 span { border-color: rgb(203,235,163); }

 td.TdClassName
 {
   border-color: #CBEBA3;
 }
 .TagClassName
 {
   border-color: #CBEBA3;
 }
</style>