#CBDD9C

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

Shades of Reef #CBDD9C

Tints of Reef #CBDD9C

Color information

#CBDD9C (or 0xCBDD9C) is unknown color: approx Reef. HEX triplet: CB, DD and 9C. RGB value is (203,221,156). Sum of RGB (Red+Green+Blue) = 203+221+156=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 156 (61.33% from 255 or 26.90% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDD9C is #342263. Grayscale: #D0D0D0. Windows color (decimal): -3416676 or 10280395. OLE color: 10280395.

HSL color Cylindrical-coordinate representation of color #CBDD9C: hue angle of 76.62º degrees, saturation: 0.49, 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 #CBDD9C is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB203221156-
CMYK0.0800.290.13
HSL76.62º48.87%73.92%-
HSV(B)76.62º29.41%86.67%-
XYZ56.4966.8141.37-
YUV208.2198.54124.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35%
GREEN value IS 221 (86.72% from 255) = 38.10%
BLUE value IS 156 (61.33% from 255) = 26.90%
R=35%
G=38.10%
B=26.90%

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
Decimal2032211560.0800.290.1376.6248.8773.92
HexCBDD9C801DD4d314a
Octal313335234100351511561112
Binary1100101111011101100111001000011101110110011011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDD9C; }

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

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

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

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

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

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

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

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