#cbdfad

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

Shades of Reef #CBDFAD

Tints of Reef #CBDFAD

Color information

#CBDFAD (or 0xCBDFAD) is unknown color: approx Reef. HEX triplet: CB, DF and AD. RGB value is (203,223,173). Sum of RGB (Red+Green+Blue) = 203+223+173=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 173 (67.97% from 255 or 28.88% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDFAD is #342052. Grayscale: #D3D3D3. Windows color (decimal): -3416147 or 11395019. OLE color: 11395019.

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

Color convert

RGB203223173-
CMYK0.0900.220.13
HSL84º43.86%77.65%-
HSV(B)84º22.42%87.45%-
XYZ58.5668.4949.67-
YUV211.32106.37122.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.89%
GREEN value IS 223 (87.5% from 255) = 37.23%
BLUE value IS 173 (67.97% from 255) = 28.88%
R=33.89%
G=37.23%
B=28.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032231730.0900.220.138443.8677.65
HexCBDFAD9016D542c4e
Octal313337255110261512454116
Binary1100101111011111101011011001010110110110101001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbdfad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbdfad; }

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

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

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

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

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

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

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

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