#CEDFA0

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

Shades of Reef #CEDFA0

Tints of Reef #CEDFA0

Color information

#CEDFA0 (or 0xCEDFA0) is unknown color: approx Reef. HEX triplet: CE, DF and A0. RGB value is (206,223,160). Sum of RGB (Red+Green+Blue) = 206+223+160=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDFA0 is #31205F. Grayscale: #D2D2D2. Windows color (decimal): -3219552 or 10543054. OLE color: 10543054.

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

Color convert

RGB206223160-
CMYK0.0800.280.13
HSL76.19º49.61%75.1%-
HSV(B)76.19º28.25%87.45%-
XYZ58.1968.4443.4-
YUV210.7499.37124.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.97%
GREEN value IS 223 (87.5% from 255) = 37.86%
BLUE value IS 160 (62.89% from 255) = 27.16%
R=34.97%
G=37.86%
B=27.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062231600.0800.280.1376.1949.6175.1
HexCEDFA0801CD4c324b
Octal316337240100341511462113
Binary1100111011011111101000001000011100110110011001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDFA0; }

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

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

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

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

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

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

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

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