#CBDD9F

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

Shades of Reef #CBDD9F

Tints of Reef #CBDD9F

Color information

#CBDD9F (or 0xCBDD9F) is unknown color: approx Reef. HEX triplet: CB, DD and 9F. RGB value is (203,221,159). Sum of RGB (Red+Green+Blue) = 203+221+159=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 159 (62.5% from 255 or 27.27% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDD9F is #342260. Grayscale: #D0D0D0. Windows color (decimal): -3416673 or 10477003. OLE color: 10477003.

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

Color convert

RGB203221159-
CMYK0.0800.280.13
HSL77.42º47.69%74.51%-
HSV(B)77.42º28.05%86.67%-
XYZ56.7466.9142.73-
YUV208.55100.04124.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.82%
GREEN value IS 221 (86.72% from 255) = 37.91%
BLUE value IS 159 (62.5% from 255) = 27.27%
R=34.82%
G=37.91%
B=27.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032211590.0800.280.1377.4247.6974.51
HexCBDD9F801CD4d304b
Octal313335237100341511560113
Binary1100101111011101100111111000011100110110011011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDD9F; }

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

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

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

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

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

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

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

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