#cde3af

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

Shades of Reef #CDE3AF

Tints of Reef #CDE3AF

Color information

#CDE3AF (or 0xCDE3AF) is unknown color: approx Reef. HEX triplet: CD, E3 and AF. RGB value is (205,227,175). Sum of RGB (Red+Green+Blue) = 205+227+175=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE3AF is #321C50. Grayscale: #D6D6D6. Windows color (decimal): -3284049 or 11527117. OLE color: 11527117.

HSL color Cylindrical-coordinate representation of color #CDE3AF: hue angle of 85.38º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDE3AF is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB205227175-
CMYK0.1000.230.11
HSL85.38º48.15%78.82%-
HSV(B)85.38º22.91%89.02%-
XYZ60.3871.0151.08-
YUV214.49105.71121.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.77%
GREEN value IS 227 (89.06% from 255) = 37.40%
BLUE value IS 175 (68.75% from 255) = 28.83%
R=33.77%
G=37.40%
B=28.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052271750.1000.230.1185.3848.1578.82
HexCDE3AFA017B55304f
Octal315343257120271312560117
Binary1100110111100011101011111010010111101110101011100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cde3af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cde3af; }

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

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

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

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

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

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

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

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