#CBDFA9

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

Shades of Reef #CBDFA9

Tints of Reef #CBDFA9

Color information

#CBDFA9 (or 0xCBDFA9) is unknown color: approx Reef. HEX triplet: CB, DF and A9. RGB value is (203,223,169). Sum of RGB (Red+Green+Blue) = 203+223+169=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 169 (66.41% from 255 or 28.40% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDFA9 is #342056. Grayscale: #D3D3D3. Windows color (decimal): -3416151 or 11132875. OLE color: 11132875.

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

Color convert

RGB203223169-
CMYK0.0900.240.13
HSL82.22º45.76%76.86%-
HSV(B)82.22º24.22%87.45%-
XYZ58.1868.3447.66-
YUV210.86104.37122.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.12%
GREEN value IS 223 (87.5% from 255) = 37.48%
BLUE value IS 169 (66.41% from 255) = 28.40%
R=34.12%
G=37.48%
B=28.40%

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
Decimal2032231690.0900.240.1382.2245.7676.86
HexCBDFA99018D522e4d
Octal313337251110301512256115
Binary1100101111011111101010011001011000110110100101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDFA9; }

 p { color: rgb(203,223,169); }

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

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

 a { background-color: rgb(203,223,169); }

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

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

 span { border-color: rgb(203,223,169); }

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