#CFEBD9

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

Shades of Swans Down #CFEBD9

Tints of Swans Down #CFEBD9

Color information

#CFEBD9 (or 0xCFEBD9) is unknown color: approx Swans Down. HEX triplet: CF, EB and D9. RGB value is (207,235,217). Sum of RGB (Red+Green+Blue) = 207+235+217=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 217 (85.16% from 255 or 32.93% from 659); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBD9 is #301426. Grayscale: #E0E0E0. Windows color (decimal): -3150887 or 14281679. OLE color: 14281679.

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

Color convert

RGB207235217-
CMYK0.1200.080.08
HSL141.43º41.18%86.67%-
HSV(B)141.43º11.91%92.16%-
XYZ67.9677.6977.06-
YUV224.58123.72115.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.41%
GREEN value IS 235 (92.19% from 255) = 35.66%
BLUE value IS 217 (85.16% from 255) = 32.93%
R=31.41%
G=35.66%
B=32.93%

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
Decimal2072352170.1200.080.08141.4341.1886.67
HexCFEBD9C0888d2957
Octal317353331140101021551127
Binary1100111111101011110110011100010001000100011011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBD9; }

 p { color: rgb(207,235,217); }

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

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

 a { background-color: rgb(207,235,217); }

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

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

 span { border-color: rgb(207,235,217); }

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