#CEDFAA

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

Shades of Reef #CEDFAA

Tints of Reef #CEDFAA

Color information

#CEDFAA (or 0xCEDFAA) is unknown color: approx Reef. HEX triplet: CE, DF and AA. RGB value is (206,223,170). Sum of RGB (Red+Green+Blue) = 206+223+170=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDFAA is #312055. Grayscale: #D4D4D4. Windows color (decimal): -3219542 or 11198414. OLE color: 11198414.

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

Color convert

RGB206223170-
CMYK0.0800.240.13
HSL79.25º45.3%77.06%-
HSV(B)79.25º23.77%87.45%-
XYZ59.168.848.2-
YUV211.87104.37123.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.39%
GREEN value IS 223 (87.5% from 255) = 37.23%
BLUE value IS 170 (66.80% from 255) = 28.38%
R=34.39%
G=37.23%
B=28.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062231700.0800.240.1379.2545.377.06
HexCEDFAA8018D4f2d4d
Octal316337252100301511755115
Binary1100111011011111101010101000011000110110011111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDFAA; }

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

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

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

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

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

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

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

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