#CDE7A8

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

Shades of Reef #CDE7A8

Tints of Reef #CDE7A8

Color information

#CDE7A8 (or 0xCDE7A8) is unknown color: approx Reef. HEX triplet: CD, E7 and A8. RGB value is (205,231,168). Sum of RGB (Red+Green+Blue) = 205+231+168=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 231 (90.62% from 255 or 38.25% from 604); Blue value is 168 (66.02% from 255 or 27.81% from 604); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE7A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE7A8 is #321857. Grayscale: #D8D8D8. Windows color (decimal): -3283032 or 11069389. OLE color: 11069389.

HSL color Cylindrical-coordinate representation of color #CDE7A8: hue angle of 84.76º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDE7A8 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB205231168-
CMYK0.1100.270.09
HSL84.76º56.76%78.24%-
HSV(B)84.76º27.27%90.59%-
XYZ60.8272.9647.92-
YUV216.04100.89120.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 231 (90.62% from 255) = 38.25%
BLUE value IS 168 (66.02% from 255) = 27.81%
R=33.94%
G=38.25%
B=27.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052311680.1100.270.0984.7656.7678.24
HexCDE7A8B01B955394e
Octal315347250130331112571116
Binary1100110111100111101010001011011011100110101011110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE7A8; }

 p { color: rgb(205,231,168); }

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

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

 a { background-color: rgb(205,231,168); }

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

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

 span { border-color: rgb(205,231,168); }

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