#CBDEA8

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

Shades of Reef #CBDEA8

Tints of Reef #CBDEA8

Color information

#CBDEA8 (or 0xCBDEA8) is unknown color: approx Reef. HEX triplet: CB, DE and A8. RGB value is (203,222,168). Sum of RGB (Red+Green+Blue) = 203+222+168=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 168 (66.02% from 255 or 28.33% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDEA8 is #342157. Grayscale: #D2D2D2. Windows color (decimal): -3416408 or 11067083. OLE color: 11067083.

HSL color Cylindrical-coordinate representation of color #CBDEA8: hue angle of 81.11º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBDEA8 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB203222168-
CMYK0.0900.240.13
HSL81.11º45%76.47%-
HSV(B)81.11º24.32%87.06%-
XYZ57.8267.7747.08-
YUV210.16104.21122.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.23%
GREEN value IS 222 (87.11% from 255) = 37.44%
BLUE value IS 168 (66.02% from 255) = 28.33%
R=34.23%
G=37.44%
B=28.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032221680.0900.240.1381.114576.47
HexCBDEA89018D512d4c
Octal313336250110301512155114
Binary1100101111011110101010001001011000110110100011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDEA8; }

 p { color: rgb(203,222,168); }

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

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

 a { background-color: rgb(203,222,168); }

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

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

 span { border-color: rgb(203,222,168); }

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