#CBDD9D

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

Shades of Reef #CBDD9D

Tints of Reef #CBDD9D

Color information

#CBDD9D (or 0xCBDD9D) is unknown color: approx Reef. HEX triplet: CB, DD and 9D. RGB value is (203,221,157). Sum of RGB (Red+Green+Blue) = 203+221+157=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 157 (61.72% from 255 or 27.02% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDD9D is #342262. Grayscale: #D0D0D0. Windows color (decimal): -3416675 or 10345931. OLE color: 10345931.

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

Color convert

RGB203221157-
CMYK0.0800.290.13
HSL76.88º48.48%74.12%-
HSV(B)76.88º28.96%86.67%-
XYZ56.5766.8441.82-
YUV208.3299.04124.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.94%
GREEN value IS 221 (86.72% from 255) = 38.04%
BLUE value IS 157 (61.72% from 255) = 27.02%
R=34.94%
G=38.04%
B=27.02%

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
Decimal2032211570.0800.290.1376.8848.4874.12
HexCBDD9D801DD4d304a
Octal313335235100351511560112
Binary1100101111011101100111011000011101110110011011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDD9D; }

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

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

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

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

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

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

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

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