#CBDE9F

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

Shades of Reef #CBDE9F

Tints of Reef #CBDE9F

Color information

#CBDE9F (or 0xCBDE9F) is unknown color: approx Reef. HEX triplet: CB, DE and 9F. RGB value is (203,222,159). Sum of RGB (Red+Green+Blue) = 203+222+159=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDE9F is #342160. Grayscale: #D1D1D1. Windows color (decimal): -3416417 or 10477259. OLE color: 10477259.

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

Color convert

RGB203222159-
CMYK0.0900.280.13
HSL78.1º48.84%74.71%-
HSV(B)78.1º28.38%87.06%-
XYZ57.0167.4442.81-
YUV209.1499.71123.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.76%
GREEN value IS 222 (87.11% from 255) = 38.01%
BLUE value IS 159 (62.5% from 255) = 27.23%
R=34.76%
G=38.01%
B=27.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032221590.0900.280.1378.148.8474.71
HexCBDE9F901CD4e314b
Octal313336237110341511661113
Binary1100101111011110100111111001011100110110011101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDE9F; }

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

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

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

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

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

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

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

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