#CEDD98

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

Shades of Reef #CEDD98

Tints of Reef #CEDD98

Color information

#CEDD98 (or 0xCEDD98) is unknown color: approx Reef. HEX triplet: CE, DD and 98. RGB value is (206,221,152). Sum of RGB (Red+Green+Blue) = 206+221+152=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 152 (59.77% from 255 or 26.25% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDD98 is #312267. Grayscale: #D0D0D0. Windows color (decimal): -3220072 or 10018254. OLE color: 10018254.

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

Color convert

RGB206221152-
CMYK0.0700.310.13
HSL73.04º50.36%73.14%-
HSV(B)73.04º31.22%86.67%-
XYZ56.9867.139.65-
YUV208.6596.03126.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 221 (86.72% from 255) = 38.17%
BLUE value IS 152 (59.77% from 255) = 26.25%
R=35.58%
G=38.17%
B=26.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062211520.0700.310.1373.0450.3673.14
HexCEDD98701FD493249
Octal31633523070371511162111
Binary110011101101110110011000111011111110110010011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDD98; }

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

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

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

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

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

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

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

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