#CDEFA9

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

Shades of Reef #CDEFA9

Tints of Reef #CDEFA9

Color information

#CDEFA9 (or 0xCDEFA9) is unknown color: approx Reef. HEX triplet: CD, EF and A9. RGB value is (205,239,169). Sum of RGB (Red+Green+Blue) = 205+239+169=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 169 (66.41% from 255 or 27.57% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEFA9 is #321056. Grayscale: #DDDDDD. Windows color (decimal): -3280983 or 11136973. OLE color: 11136973.

HSL color Cylindrical-coordinate representation of color #CDEFA9: hue angle of 89.14º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDEFA9 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB205239169-
CMYK0.1400.290.06
HSL89.14º68.63%80%-
HSV(B)89.14º29.29%93.73%-
XYZ63.277.5849.18-
YUV220.8598.74116.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.44%
GREEN value IS 239 (93.75% from 255) = 38.99%
BLUE value IS 169 (66.41% from 255) = 27.57%
R=33.44%
G=38.99%
B=27.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052391690.1400.290.0689.1468.6380
HexCDEFA9E01D6594550
Octal315357251160356131105120
Binary1100110111101111101010011110011101110101100110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFA9; }

 p { color: rgb(205,239,169); }

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

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

 a { background-color: rgb(205,239,169); }

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

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

 span { border-color: rgb(205,239,169); }

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