#CEDCA4

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

Shades of Reef #CEDCA4

Tints of Reef #CEDCA4

Color information

#CEDCA4 (or 0xCEDCA4) is unknown color: approx Reef. HEX triplet: CE, DC and A4. RGB value is (206,220,164). Sum of RGB (Red+Green+Blue) = 206+220+164=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 164 (64.45% from 255 or 27.80% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDCA4 is #31235B. Grayscale: #D1D1D1. Windows color (decimal): -3220316 or 10804430. OLE color: 10804430.

HSL color Cylindrical-coordinate representation of color #CEDCA4: hue angle of 75º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEDCA4 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB206220164-
CMYK0.0600.250.14
HSL75º44.44%75.29%-
HSV(B)75º25.45%86.27%-
XYZ57.7566.9945.01-
YUV209.43102.36125.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.92%
GREEN value IS 220 (86.33% from 255) = 37.29%
BLUE value IS 164 (64.45% from 255) = 27.80%
R=34.92%
G=37.29%
B=27.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062201640.0600.250.147544.4475.29
HexCEDCA46019E4b2c4b
Octal31633424460311611354113
Binary110011101101110010100100110011001111010010111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCA4; }

 p { color: rgb(206,220,164); }

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

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

 a { background-color: rgb(206,220,164); }

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

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

 span { border-color: rgb(206,220,164); }

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