#CEDF95

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

Shades of Reef #CEDF95

Tints of Reef #CEDF95

Color information

#CEDF95 (or 0xCEDF95) is unknown color: approx Reef. HEX triplet: CE, DF and 95. RGB value is (206,223,149). Sum of RGB (Red+Green+Blue) = 206+223+149=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDF95 is #31206A. Grayscale: #D1D1D1. Windows color (decimal): -3219563 or 9822158. OLE color: 9822158.

HSL color Cylindrical-coordinate representation of color #CEDF95: hue angle of 73.78º degrees, saturation: 0.54, 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 #CEDF95 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB206223149-
CMYK0.0800.330.13
HSL73.78º53.62%72.94%-
HSV(B)73.78º33.18%87.45%-
XYZ57.2768.0738.55-
YUV209.4893.87125.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.64%
GREEN value IS 223 (87.5% from 255) = 38.58%
BLUE value IS 149 (58.59% from 255) = 25.78%
R=35.64%
G=38.58%
B=25.78%

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
Decimal2062231490.0800.330.1373.7853.6272.94
HexCEDF958021D4a3649
Octal316337225100411511266111
Binary11001110110111111001010110000100001110110010101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDF95; }

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

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

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

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

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

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

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

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