#CFEFD7

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

Shades of Swans Down #CFEFD7

Tints of Swans Down #CFEFD7

Color information

#CFEFD7 (or 0xCFEFD7) is unknown color: approx Swans Down. HEX triplet: CF, EF and D7. RGB value is (207,239,215). Sum of RGB (Red+Green+Blue) = 207+239+215=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 215 (84.38% from 255 or 32.53% from 661); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFD7 is #301028. Grayscale: #E2E2E2. Windows color (decimal): -3149865 or 14151631. OLE color: 14151631.

HSL color Cylindrical-coordinate representation of color #CFEFD7: hue angle of 135º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEFD7 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB207239215-
CMYK0.1300.100.06
HSL135º50%87.45%-
HSV(B)135º13.39%93.73%-
XYZ68.8679.976.08-
YUV226.7121.4113.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.32%
GREEN value IS 239 (93.75% from 255) = 36.16%
BLUE value IS 215 (84.38% from 255) = 32.53%
R=31.32%
G=36.16%
B=32.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072392150.1300.100.061355087.45
HexCFEFD7D0A6873257
Octal31735732715012620762127
Binary110011111110111111010111110101010110100001111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFD7; }

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

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

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

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

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

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

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

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