#CBDBA6

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

Shades of Reef #CBDBA6

Tints of Reef #CBDBA6

Color information

#CBDBA6 (or 0xCBDBA6) is unknown color: approx Reef. HEX triplet: CB, DB and A6. RGB value is (203,219,166). Sum of RGB (Red+Green+Blue) = 203+219+166=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 166 (65.23% from 255 or 28.23% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDBA6 is #342459. Grayscale: #D0D0D0. Windows color (decimal): -3417178 or 10935243. OLE color: 10935243.

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

Color convert

RGB203219166-
CMYK0.0700.240.14
HSL78.11º42.4%75.49%-
HSV(B)78.11º24.2%85.88%-
XYZ56.8466.1145.84-
YUV208.17104.2124.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.52%
GREEN value IS 219 (85.94% from 255) = 37.24%
BLUE value IS 166 (65.23% from 255) = 28.23%
R=34.52%
G=37.24%
B=28.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032191660.0700.240.1478.1142.475.49
HexCBDBA67018E4e2a4b
Octal31333324670301611652113
Binary110010111101101110100110111011000111010011101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBA6; }

 p { color: rgb(203,219,166); }

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

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

 a { background-color: rgb(203,219,166); }

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

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

 span { border-color: rgb(203,219,166); }

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