#CEDF99

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

Shades of Reef #CEDF99

Tints of Reef #CEDF99

Color information

#CEDF99 (or 0xCEDF99) is unknown color: approx Reef. HEX triplet: CE, DF and 99. RGB value is (206,223,153). Sum of RGB (Red+Green+Blue) = 206+223+153=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 153 (60.16% from 255 or 26.29% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDF99 is #312066. Grayscale: #D2D2D2. Windows color (decimal): -3219559 or 10084302. OLE color: 10084302.

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

Color convert

RGB206223153-
CMYK0.0800.310.13
HSL74.57º52.24%73.73%-
HSV(B)74.57º31.39%87.45%-
XYZ57.5968.240.26-
YUV209.9495.87125.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.40%
GREEN value IS 223 (87.5% from 255) = 38.32%
BLUE value IS 153 (60.16% from 255) = 26.29%
R=35.40%
G=38.32%
B=26.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062231530.0800.310.1374.5752.2473.73
HexCEDF99801FD4b344a
Octal316337231100371511364112
Binary1100111011011111100110011000011111110110010111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDF99; }

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

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

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

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

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

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

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

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