#CDEEA0

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

Shades of Reef #CDEEA0

Tints of Reef #CDEEA0

Color information

#CDEEA0 (or 0xCDEEA0) is unknown color: approx Reef. HEX triplet: CD, EE and A0. RGB value is (205,238,160). Sum of RGB (Red+Green+Blue) = 205+238+160=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEEA0 is #32115F. Grayscale: #DBDBDB. Windows color (decimal): -3281248 or 10546893. OLE color: 10546893.

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

Color convert

RGB205238160-
CMYK0.1400.330.07
HSL85.38º69.64%78.04%-
HSV(B)85.38º32.77%93.33%-
XYZ62.176.6744.78-
YUV219.2494.57117.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.00%
GREEN value IS 238 (93.36% from 255) = 39.47%
BLUE value IS 160 (62.89% from 255) = 26.53%
R=34.00%
G=39.47%
B=26.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052381600.1400.330.0785.3869.6478.04
HexCDEEA0E021755464e
Octal315356240160417125106116
Binary11001101111011101010000011100100001111101010110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEEA0; }

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

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

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

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

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

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

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

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