#CDE9AF

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

Shades of Reef #CDE9AF

Tints of Reef #CDE9AF

Color information

#CDE9AF (or 0xCDE9AF) is unknown color: approx Reef. HEX triplet: CD, E9 and AF. RGB value is (205,233,175). Sum of RGB (Red+Green+Blue) = 205+233+175=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 233 (91.41% from 255 or 38.01% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE9AF is #321650. Grayscale: #DADADA. Windows color (decimal): -3282513 or 11528653. OLE color: 11528653.

HSL color Cylindrical-coordinate representation of color #CDE9AF: hue angle of 88.97º degrees, saturation: 0.57, 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 #CDE9AF is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB205233175-
CMYK0.1200.250.09
HSL88.97º56.86%80%-
HSV(B)88.97º24.89%91.37%-
XYZ62.0574.3551.64-
YUV218.02103.72118.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.44%
GREEN value IS 233 (91.41% from 255) = 38.01%
BLUE value IS 175 (68.75% from 255) = 28.55%
R=33.44%
G=38.01%
B=28.55%

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
Decimal2052331750.1200.250.0988.9756.8680
HexCDE9AFC0199593950
Octal315351257140311113171120
Binary1100110111101001101011111100011001100110110011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE9AF; }

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

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

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

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

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

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

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

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