#CDEAA5

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

Shades of Reef #CDEAA5

Tints of Reef #CDEAA5

Color information

#CDEAA5 (or 0xCDEAA5) is unknown color: approx Reef. HEX triplet: CD, EA and A5. RGB value is (205,234,165). Sum of RGB (Red+Green+Blue) = 205+234+165=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 165 (64.84% from 255 or 27.32% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEAA5 is #32155A. Grayscale: #D9D9D9. Windows color (decimal): -3282267 or 10873549. OLE color: 10873549.

HSL color Cylindrical-coordinate representation of color #CDEAA5: hue angle of 85.22º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDEAA5 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB205234165-
CMYK0.1200.290.08
HSL85.22º62.16%78.24%-
HSV(B)85.22º29.49%91.76%-
XYZ61.3974.5446.75-
YUV217.4698.39119.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 234 (91.80% from 255) = 38.74%
BLUE value IS 165 (64.84% from 255) = 27.32%
R=33.94%
G=38.74%
B=27.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052341650.1200.290.0885.2262.1678.24
HexCDEAA5C01D8553e4e
Octal315352245140351012576116
Binary1100110111101010101001011100011101100010101011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEAA5; }

 p { color: rgb(205,234,165); }

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

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

 a { background-color: rgb(205,234,165); }

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

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

 span { border-color: rgb(205,234,165); }

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