#CBDF9C

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

Shades of Reef #CBDF9C

Tints of Reef #CBDF9C

Color information

#CBDF9C (or 0xCBDF9C) is unknown color: approx Reef. HEX triplet: CB, DF and 9C. RGB value is (203,223,156). Sum of RGB (Red+Green+Blue) = 203+223+156=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 156 (61.33% from 255 or 26.80% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDF9C is #342063. Grayscale: #D1D1D1. Windows color (decimal): -3416164 or 10280907. OLE color: 10280907.

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

Color convert

RGB203223156-
CMYK0.0900.300.13
HSL77.91º51.15%74.31%-
HSV(B)77.91º30.04%87.45%-
XYZ57.0267.8741.55-
YUV209.3897.87123.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.88%
GREEN value IS 223 (87.5% from 255) = 38.32%
BLUE value IS 156 (61.33% from 255) = 26.80%
R=34.88%
G=38.32%
B=26.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032231560.0900.300.1377.9151.1574.31
HexCBDF9C901ED4e334a
Octal313337234110361511663112
Binary1100101111011111100111001001011110110110011101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDF9C; }

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

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

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

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

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

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

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

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