#CDEEA4

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

Shades of Reef #CDEEA4

Tints of Reef #CDEEA4

Color information

#CDEEA4 (or 0xCDEEA4) is unknown color: approx Reef. HEX triplet: CD, EE and A4. RGB value is (205,238,164). Sum of RGB (Red+Green+Blue) = 205+238+164=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 164 (64.45% from 255 or 27.02% from 607); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEEA4 is #32115B. Grayscale: #DBDBDB. Windows color (decimal): -3281244 or 10809037. OLE color: 10809037.

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

Color convert

RGB205238164-
CMYK0.1400.310.07
HSL86.76º68.52%78.82%-
HSV(B)86.76º31.09%93.33%-
XYZ62.4576.8146.66-
YUV219.796.57117.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.77%
GREEN value IS 238 (93.36% from 255) = 39.21%
BLUE value IS 164 (64.45% from 255) = 27.02%
R=33.77%
G=39.21%
B=27.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052381640.1400.310.0786.7668.5278.82
HexCDEEA4E01F757454f
Octal315356244160377127105117
Binary1100110111101110101001001110011111111101011110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEEA4; }

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

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

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

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

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

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

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

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