#CEDCA1

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

Shades of Reef #CEDCA1

Tints of Reef #CEDCA1

Color information

#CEDCA1 (or 0xCEDCA1) is unknown color: approx Reef. HEX triplet: CE, DC and A1. RGB value is (206,220,161). Sum of RGB (Red+Green+Blue) = 206+220+161=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 161 (63.28% from 255 or 27.43% from 587); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDCA1 is #31235E. Grayscale: #D1D1D1. Windows color (decimal): -3220319 or 10607822. OLE color: 10607822.

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

Color convert

RGB206220161-
CMYK0.0600.270.14
HSL74.24º45.74%74.71%-
HSV(B)74.24º26.82%86.27%-
XYZ57.4866.8843.6-
YUV209.09100.86125.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.09%
GREEN value IS 220 (86.33% from 255) = 37.48%
BLUE value IS 161 (63.28% from 255) = 27.43%
R=35.09%
G=37.48%
B=27.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062201610.0600.270.1474.2445.7474.71
HexCEDCA1601BE4a2e4b
Octal31633424160331611256113
Binary110011101101110010100001110011011111010010101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCA1; }

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

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

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

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

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

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

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

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