#CBDDA8

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

Shades of Reef #CBDDA8

Tints of Reef #CBDDA8

Color information

#CBDDA8 (or 0xCBDDA8) is unknown color: approx Reef. HEX triplet: CB, DD and A8. RGB value is (203,221,168). Sum of RGB (Red+Green+Blue) = 203+221+168=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 168 (66.02% from 255 or 28.38% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDDA8 is #342257. Grayscale: #D1D1D1. Windows color (decimal): -3416664 or 11066827. OLE color: 11066827.

HSL color Cylindrical-coordinate representation of color #CBDDA8: hue angle of 80.38º degrees, saturation: 0.44, 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 #CBDDA8 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB203221168-
CMYK0.0800.240.13
HSL80.38º43.8%76.27%-
HSV(B)80.38º23.98%86.67%-
XYZ57.5567.2446.99-
YUV209.58104.54123.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.29%
GREEN value IS 221 (86.72% from 255) = 37.33%
BLUE value IS 168 (66.02% from 255) = 28.38%
R=34.29%
G=37.33%
B=28.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032211680.0800.240.1380.3843.876.27
HexCBDDA88018D502c4c
Octal313335250100301512054114
Binary1100101111011101101010001000011000110110100001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDA8; }

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

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

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

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

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

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

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

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