#CDEE9E

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

Shades of Reef #CDEE9E

Tints of Reef #CDEE9E

Color information

#CDEE9E (or 0xCDEE9E) is unknown color: approx Reef. HEX triplet: CD, EE and 9E. RGB value is (205,238,158). Sum of RGB (Red+Green+Blue) = 205+238+158=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 158 (62.11% from 255 or 26.29% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEE9E is #321161. Grayscale: #DBDBDB. Windows color (decimal): -3281250 or 10415821. OLE color: 10415821.

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

Color convert

RGB205238158-
CMYK0.1400.340.07
HSL84.75º70.18%77.65%-
HSV(B)84.75º33.61%93.33%-
XYZ61.9276.643.87-
YUV219.0193.57118-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.11%
GREEN value IS 238 (93.36% from 255) = 39.60%
BLUE value IS 158 (62.11% from 255) = 26.29%
R=34.11%
G=39.60%
B=26.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052381580.1400.340.0784.7570.1877.65
HexCDEE9EE022755464e
Octal315356236160427125106116
Binary11001101111011101001111011100100010111101010110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEE9E; }

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

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

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

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

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

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

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

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