#CFF2D9

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

Shades of Swans Down #CFF2D9

Tints of Swans Down #CFF2D9

Color information

#CFF2D9 (or 0xCFF2D9) is unknown color: approx Swans Down. HEX triplet: CF, F2 and D9. RGB value is (207,242,217). Sum of RGB (Red+Green+Blue) = 207+242+217=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 217 (85.16% from 255 or 32.58% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2D9 is #300D26. Grayscale: #E4E4E4. Windows color (decimal): -3149095 or 14283471. OLE color: 14283471.

HSL color Cylindrical-coordinate representation of color #CFF2D9: hue angle of 137.14º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF2D9 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB207242217-
CMYK0.1400.100.05
HSL137.14º57.38%88.04%-
HSV(B)137.14º14.46%94.9%-
XYZ70.0181.7877.74-
YUV228.68121.4112.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.08%
GREEN value IS 242 (94.92% from 255) = 36.34%
BLUE value IS 217 (85.16% from 255) = 32.58%
R=31.08%
G=36.34%
B=32.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072422170.1400.100.05137.1457.3888.04
HexCFF2D9E0A5893958
Octal31736233116012521171130
Binary110011111111001011011001111001010101100010011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF2D9; }

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

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

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

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

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

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

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

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