#CDEEAE

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

Shades of Reef #CDEEAE

Tints of Reef #CDEEAE

Color information

#CDEEAE (or 0xCDEEAE) is unknown color: approx Reef. HEX triplet: CD, EE and AE. RGB value is (205,238,174). Sum of RGB (Red+Green+Blue) = 205+238+174=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEEAE is #321151. Grayscale: #DDDDDD. Windows color (decimal): -3281234 or 11464397. OLE color: 11464397.

HSL color Cylindrical-coordinate representation of color #CDEEAE: hue angle of 90.94º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDEEAE is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB205238174-
CMYK0.1400.270.07
HSL90.94º65.31%80.78%-
HSV(B)90.94º26.89%93.33%-
XYZ63.3977.1851.6-
YUV220.84101.57116.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.23%
GREEN value IS 238 (93.36% from 255) = 38.57%
BLUE value IS 174 (68.36% from 255) = 28.20%
R=33.23%
G=38.57%
B=28.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052381740.1400.270.0790.9465.3180.78
HexCDEEAEE01B75b4151
Octal315356256160337133101121
Binary1100110111101110101011101110011011111101101110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEEAE; }

 p { color: rgb(205,238,174); }

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

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

 a { background-color: rgb(205,238,174); }

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

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

 span { border-color: rgb(205,238,174); }

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