#CEDF97

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

Shades of Reef #CEDF97

Tints of Reef #CEDF97

Color information

#CEDF97 (or 0xCEDF97) is unknown color: approx Reef. HEX triplet: CE, DF and 97. RGB value is (206,223,151). Sum of RGB (Red+Green+Blue) = 206+223+151=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 151 (59.38% from 255 or 26.03% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDF97 is #312068. Grayscale: #D1D1D1. Windows color (decimal): -3219561 or 9953230. OLE color: 9953230.

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

Color convert

RGB206223151-
CMYK0.0800.320.13
HSL74.17º52.94%73.33%-
HSV(B)74.17º32.29%87.45%-
XYZ57.4368.1339.4-
YUV209.7194.87125.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.52%
GREEN value IS 223 (87.5% from 255) = 38.45%
BLUE value IS 151 (59.38% from 255) = 26.03%
R=35.52%
G=38.45%
B=26.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062231510.0800.320.1374.1752.9473.33
HexCEDF978020D4a3549
Octal316337227100401511265111
Binary11001110110111111001011110000100000110110010101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDF97; }

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

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

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

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

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

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

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

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