#CBDD9E

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

Shades of Reef #CBDD9E

Tints of Reef #CBDD9E

Color information

#CBDD9E (or 0xCBDD9E) is unknown color: approx Reef. HEX triplet: CB, DD and 9E. RGB value is (203,221,158). Sum of RGB (Red+Green+Blue) = 203+221+158=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 158 (62.11% from 255 or 27.15% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDD9E is #342261. Grayscale: #D0D0D0. Windows color (decimal): -3416674 or 10411467. OLE color: 10411467.

HSL color Cylindrical-coordinate representation of color #CBDD9E: hue angle of 77.14º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBDD9E is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB203221158-
CMYK0.0800.290.13
HSL77.14º48.09%74.31%-
HSV(B)77.14º28.51%86.67%-
XYZ56.6666.8842.27-
YUV208.4499.54124.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.88%
GREEN value IS 221 (86.72% from 255) = 37.97%
BLUE value IS 158 (62.11% from 255) = 27.15%
R=34.88%
G=37.97%
B=27.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032211580.0800.290.1377.1448.0974.31
HexCBDD9E801DD4d304a
Octal313335236100351511560112
Binary1100101111011101100111101000011101110110011011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDD9E; }

 p { color: rgb(203,221,158); }

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

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

 a { background-color: rgb(203,221,158); }

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

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

 span { border-color: rgb(203,221,158); }

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