#CBDD9B

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

Shades of Reef #CBDD9B

Tints of Reef #CBDD9B

Color information

#CBDD9B (or 0xCBDD9B) is unknown color: approx Reef. HEX triplet: CB, DD and 9B. RGB value is (203,221,155). Sum of RGB (Red+Green+Blue) = 203+221+155=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 155 (60.94% from 255 or 26.77% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDD9B is #342264. Grayscale: #D0D0D0. Windows color (decimal): -3416677 or 10214859. OLE color: 10214859.

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

Color convert

RGB203221155-
CMYK0.0800.300.13
HSL76.36º49.25%73.73%-
HSV(B)76.36º29.86%86.67%-
XYZ56.466.7840.93-
YUV208.0998.04124.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.06%
GREEN value IS 221 (86.72% from 255) = 38.17%
BLUE value IS 155 (60.94% from 255) = 26.77%
R=35.06%
G=38.17%
B=26.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032211550.0800.300.1376.3649.2573.73
HexCBDD9B801ED4c314a
Octal313335233100361511461112
Binary1100101111011101100110111000011110110110011001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDD9B; }

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

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

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

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

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

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

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

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