#CEDC9D

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

Shades of Reef #CEDC9D

Tints of Reef #CEDC9D

Color information

#CEDC9D (or 0xCEDC9D) is unknown color: approx Reef. HEX triplet: CE, DC and 9D. RGB value is (206,220,157). Sum of RGB (Red+Green+Blue) = 206+220+157=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 157 (61.72% from 255 or 26.93% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDC9D is #312362. Grayscale: #D0D0D0. Windows color (decimal): -3220323 or 10345678. OLE color: 10345678.

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

Color convert

RGB206220157-
CMYK0.0600.290.14
HSL73.33º47.37%73.92%-
HSV(B)73.33º28.64%86.27%-
XYZ57.1366.7441.77-
YUV208.6398.86126.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.33%
GREEN value IS 220 (86.33% from 255) = 37.74%
BLUE value IS 157 (61.72% from 255) = 26.93%
R=35.33%
G=37.74%
B=26.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062201570.0600.290.1473.3347.3773.92
HexCEDC9D601DE492f4a
Octal31633423560351611157112
Binary110011101101110010011101110011101111010010011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDC9D; }

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

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

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

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

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

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

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

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