#CEDF96

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

Shades of Reef #CEDF96

Tints of Reef #CEDF96

Color information

#CEDF96 (or 0xCEDF96) is unknown color: approx Reef. HEX triplet: CE, DF and 96. RGB value is (206,223,150). Sum of RGB (Red+Green+Blue) = 206+223+150=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 150 (58.98% from 255 or 25.91% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDF96 is #312069. Grayscale: #D1D1D1. Windows color (decimal): -3219562 or 9887694. OLE color: 9887694.

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

Color convert

RGB206223150-
CMYK0.0800.330.13
HSL73.97º53.28%73.14%-
HSV(B)73.97º32.74%87.45%-
XYZ57.3568.138.98-
YUV209.5994.37125.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 223 (87.5% from 255) = 38.51%
BLUE value IS 150 (58.98% from 255) = 25.91%
R=35.58%
G=38.51%
B=25.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062231500.0800.330.1373.9753.2873.14
HexCEDF968021D4a3549
Octal316337226100411511265111
Binary11001110110111111001011010000100001110110010101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDF96; }

 p { color: rgb(206,223,150); }

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

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

 a { background-color: rgb(206,223,150); }

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

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

 span { border-color: rgb(206,223,150); }

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