#CDEAAF

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

Shades of Reef #CDEAAF

Tints of Reef #CDEAAF

Color information

#CDEAAF (or 0xCDEAAF) is unknown color: approx Reef. HEX triplet: CD, EA and AF. RGB value is (205,234,175). Sum of RGB (Red+Green+Blue) = 205+234+175=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEAAF is #321550. Grayscale: #DADADA. Windows color (decimal): -3282257 or 11528909. OLE color: 11528909.

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

Color convert

RGB205234175-
CMYK0.1200.250.08
HSL89.49º58.42%80.2%-
HSV(B)89.49º25.21%91.76%-
XYZ62.3474.9251.73-
YUV218.6103.39118.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.39%
GREEN value IS 234 (91.80% from 255) = 38.11%
BLUE value IS 175 (68.75% from 255) = 28.50%
R=33.39%
G=38.11%
B=28.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052341750.1200.250.0889.4958.4280.2
HexCDEAAFC0198593a50
Octal315352257140311013172120
Binary1100110111101010101011111100011001100010110011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEAAF; }

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

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

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

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

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

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

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

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