#CBDCA9

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

Shades of Reef #CBDCA9

Tints of Reef #CBDCA9

Color information

#CBDCA9 (or 0xCBDCA9) is unknown color: approx Reef. HEX triplet: CB, DC and A9. RGB value is (203,220,169). Sum of RGB (Red+Green+Blue) = 203+220+169=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 169 (66.41% from 255 or 28.55% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDCA9 is #342356. Grayscale: #D1D1D1. Windows color (decimal): -3416919 or 11132107. OLE color: 11132107.

HSL color Cylindrical-coordinate representation of color #CBDCA9: hue angle of 80º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBDCA9 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB203220169-
CMYK0.0800.230.14
HSL80º42.15%76.27%-
HSV(B)80º23.18%86.27%-
XYZ57.3866.7547.4-
YUV209.1105.37123.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.29%
GREEN value IS 220 (86.33% from 255) = 37.16%
BLUE value IS 169 (66.41% from 255) = 28.55%
R=34.29%
G=37.16%
B=28.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032201690.0800.230.148042.1576.27
HexCBDCA98017E502a4c
Octal313334251100271612052114
Binary1100101111011100101010011000010111111010100001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCA9; }

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

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

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

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

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

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

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

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