#CDF8A1

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

Shades of Reef #CDF8A1

Tints of Reef #CDF8A1

Color information

#CDF8A1 (or 0xCDF8A1) is unknown color: approx Reef. HEX triplet: CD, F8 and A1. RGB value is (205,248,161). Sum of RGB (Red+Green+Blue) = 205+248+161=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 248 (97.27% from 255 or 40.39% from 614); Blue value is 161 (63.28% from 255 or 26.22% from 614); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF8A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF8A1 is #32075E. Grayscale: #E1E1E1. Windows color (decimal): -3278687 or 10614989. OLE color: 10614989.

HSL color Cylindrical-coordinate representation of color #CDF8A1: hue angle of 89.66º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDF8A1 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB205248161-
CMYK0.1700.350.03
HSL89.66º86.14%80.2%-
HSV(B)89.66º35.08%97.25%-
XYZ65.1882.6946.24-
YUV225.2291.75113.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.39%
GREEN value IS 248 (97.27% from 255) = 40.39%
BLUE value IS 161 (63.28% from 255) = 26.22%
R=33.39%
G=40.39%
B=26.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052481610.1700.350.0389.6686.1480.2
HexCDF8A11102335a5650
Octal315370241210433132126120
Binary11001101111110001010000110001010001111101101010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF8A1; }

 p { color: rgb(205,248,161); }

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

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

 a { background-color: rgb(205,248,161); }

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

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

 span { border-color: rgb(205,248,161); }

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