#CDE8AF

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

Shades of Reef #CDE8AF

Tints of Reef #CDE8AF

Color information

#CDE8AF (or 0xCDE8AF) is unknown color: approx Reef. HEX triplet: CD, E8 and AF. RGB value is (205,232,175). Sum of RGB (Red+Green+Blue) = 205+232+175=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE8AF is #321750. Grayscale: #D9D9D9. Windows color (decimal): -3282769 or 11528397. OLE color: 11528397.

HSL color Cylindrical-coordinate representation of color #CDE8AF: hue angle of 88.42º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDE8AF is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB205232175-
CMYK0.1200.250.09
HSL88.42º55.34%79.8%-
HSV(B)88.42º24.57%90.98%-
XYZ61.7773.7951.54-
YUV217.43104.05119.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.50%
GREEN value IS 232 (91.02% from 255) = 37.91%
BLUE value IS 175 (68.75% from 255) = 28.59%
R=33.50%
G=37.91%
B=28.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052321750.1200.250.0988.4255.3479.8
HexCDE8AFC0199583750
Octal315350257140311113067120
Binary1100110111101000101011111100011001100110110001101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE8AF; }

 p { color: rgb(205,232,175); }

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

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

 a { background-color: rgb(205,232,175); }

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

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

 span { border-color: rgb(205,232,175); }

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