#CFEAD7

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

Shades of Swans Down #CFEAD7

Tints of Swans Down #CFEAD7

Color information

#CFEAD7 (or 0xCFEAD7) is unknown color: approx Swans Down. HEX triplet: CF, EA and D7. RGB value is (207,234,215). Sum of RGB (Red+Green+Blue) = 207+234+215=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 215 (84.38% from 255 or 32.77% from 656); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEAD7 is #301528. Grayscale: #DFDFDF. Windows color (decimal): -3151145 or 14150351. OLE color: 14150351.

HSL color Cylindrical-coordinate representation of color #CFEAD7: hue angle of 137.78º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFEAD7 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB207234215-
CMYK0.1200.080.08
HSL137.78º39.13%86.47%-
HSV(B)137.78º11.54%91.76%-
XYZ67.4277.0275.6-
YUV223.76123.05116.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.55%
GREEN value IS 234 (91.80% from 255) = 35.67%
BLUE value IS 215 (84.38% from 255) = 32.77%
R=31.55%
G=35.67%
B=32.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072342150.1200.080.08137.7839.1386.47
HexCFEAD7C0888a2756
Octal317352327140101021247126
Binary1100111111101010110101111100010001000100010101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEAD7; }

 p { color: rgb(207,234,215); }

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

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

 a { background-color: rgb(207,234,215); }

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

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

 span { border-color: rgb(207,234,215); }

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