#CEDF98

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

Shades of Reef #CEDF98

Tints of Reef #CEDF98

Color information

#CEDF98 (or 0xCEDF98) is unknown color: approx Reef. HEX triplet: CE, DF and 98. RGB value is (206,223,152). Sum of RGB (Red+Green+Blue) = 206+223+152=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDF98 is #312067. Grayscale: #D2D2D2. Windows color (decimal): -3219560 or 10018766. OLE color: 10018766.

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

Color convert

RGB206223152-
CMYK0.0800.320.13
HSL74.37º52.59%73.53%-
HSV(B)74.37º31.84%87.45%-
XYZ57.5168.1639.83-
YUV209.8295.37125.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.46%
GREEN value IS 223 (87.5% from 255) = 38.38%
BLUE value IS 152 (59.77% from 255) = 26.16%
R=35.46%
G=38.38%
B=26.16%

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
Decimal2062231520.0800.320.1374.3752.5973.53
HexCEDF988020D4a354a
Octal316337230100401511265112
Binary11001110110111111001100010000100000110110010101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDF98; }

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

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

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

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

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

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

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

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