#CFE9D6

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

Shades of Swans Down #CFE9D6

Tints of Swans Down #CFE9D6

Color information

#CFE9D6 (or 0xCFE9D6) is unknown color: approx Swans Down. HEX triplet: CF, E9 and D6. RGB value is (207,233,214). Sum of RGB (Red+Green+Blue) = 207+233+214=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 233 (91.41% from 255 or 35.63% from 654); Blue value is 214 (83.98% from 255 or 32.72% from 654); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE9D6 is #301629. Grayscale: #DFDFDF. Windows color (decimal): -3151402 or 14084559. OLE color: 14084559.

HSL color Cylindrical-coordinate representation of color #CFE9D6: hue angle of 136.15º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE9D6 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB207233214-
CMYK0.1100.080.09
HSL136.15º37.14%86.27%-
HSV(B)136.15º11.16%91.37%-
XYZ67.0176.474.83-
YUV223.06122.89116.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.65%
GREEN value IS 233 (91.41% from 255) = 35.63%
BLUE value IS 214 (83.98% from 255) = 32.72%
R=31.65%
G=35.63%
B=32.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072332140.1100.080.09136.1537.1486.27
HexCFE9D6B089882556
Octal317351326130101121045126
Binary1100111111101001110101101011010001001100010001001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE9D6; }

 p { color: rgb(207,233,214); }

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

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

 a { background-color: rgb(207,233,214); }

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

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

 span { border-color: rgb(207,233,214); }

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