#CDEAA3

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

Shades of Reef #CDEAA3

Tints of Reef #CDEAA3

Color information

#CDEAA3 (or 0xCDEAA3) is unknown color: approx Reef. HEX triplet: CD, EA and A3. RGB value is (205,234,163). Sum of RGB (Red+Green+Blue) = 205+234+163=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 163 (64.06% from 255 or 27.08% from 602); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEAA3 is #32155C. Grayscale: #D9D9D9. Windows color (decimal): -3282269 or 10742477. OLE color: 10742477.

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

Color convert

RGB205234163-
CMYK0.1200.300.08
HSL84.51º62.83%77.84%-
HSV(B)84.51º30.34%91.76%-
XYZ61.2174.4745.8-
YUV217.2497.39119.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.05%
GREEN value IS 234 (91.80% from 255) = 38.87%
BLUE value IS 163 (64.06% from 255) = 27.08%
R=34.05%
G=38.87%
B=27.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052341630.1200.300.0884.5162.8377.84
HexCDEAA3C01E8553f4e
Octal315352243140361012577116
Binary1100110111101010101000111100011110100010101011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEAA3; }

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

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

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

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

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

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

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

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