#CBDCA4

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

Shades of Reef #CBDCA4

Tints of Reef #CBDCA4

Color information

#CBDCA4 (or 0xCBDCA4) is unknown color: approx Reef. HEX triplet: CB, DC and A4. RGB value is (203,220,164). Sum of RGB (Red+Green+Blue) = 203+220+164=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 164 (64.45% from 255 or 27.94% from 587); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDCA4 is #34235B. Grayscale: #D0D0D0. Windows color (decimal): -3416924 or 10804427. OLE color: 10804427.

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

Color convert

RGB203220164-
CMYK0.0800.250.14
HSL78.21º44.44%75.29%-
HSV(B)78.21º25.45%86.27%-
XYZ56.9266.5644.97-
YUV208.53102.87124.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.58%
GREEN value IS 220 (86.33% from 255) = 37.48%
BLUE value IS 164 (64.45% from 255) = 27.94%
R=34.58%
G=37.48%
B=27.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032201640.0800.250.1478.2144.4475.29
HexCBDCA48019E4e2c4b
Octal313334244100311611654113
Binary1100101111011100101001001000011001111010011101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCA4; }

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

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

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

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

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

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

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

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