#CDEEA3

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

Shades of Reef #CDEEA3

Tints of Reef #CDEEA3

Color information

#CDEEA3 (or 0xCDEEA3) is unknown color: approx Reef. HEX triplet: CD, EE and A3. RGB value is (205,238,163). Sum of RGB (Red+Green+Blue) = 205+238+163=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 163 (64.06% from 255 or 26.90% from 606); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEEA3 is #32115C. Grayscale: #DBDBDB. Windows color (decimal): -3281245 or 10743501. OLE color: 10743501.

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

Color convert

RGB205238163-
CMYK0.1400.320.07
HSL86.4º68.81%78.63%-
HSV(B)86.4º31.51%93.33%-
XYZ62.3676.7746.18-
YUV219.5896.07117.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.83%
GREEN value IS 238 (93.36% from 255) = 39.27%
BLUE value IS 163 (64.06% from 255) = 26.90%
R=33.83%
G=39.27%
B=26.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052381630.1400.320.0786.468.8178.63
HexCDEEA3E020756454f
Octal315356243160407126105117
Binary11001101111011101010001111100100000111101011010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEEA3; }

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

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

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

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

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

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

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

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