#CFF1D7

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

Shades of Swans Down #CFF1D7

Tints of Swans Down #CFF1D7

Color information

#CFF1D7 (or 0xCFF1D7) is unknown color: approx Swans Down. HEX triplet: CF, F1 and D7. RGB value is (207,241,215). Sum of RGB (Red+Green+Blue) = 207+241+215=663 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.22% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 215 (84.38% from 255 or 32.43% from 663); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF1D7 is #300E28. Grayscale: #E3E3E3. Windows color (decimal): -3149353 or 14152143. OLE color: 14152143.

HSL color Cylindrical-coordinate representation of color #CFF1D7: hue angle of 134.12º degrees, saturation: 0.55, 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 #CFF1D7 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB207241215-
CMYK0.1400.110.05
HSL134.12º54.84%87.84%-
HSV(B)134.12º14.11%94.51%-
XYZ69.4581.0876.28-
YUV227.87120.74113.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.22%
GREEN value IS 241 (94.53% from 255) = 36.35%
BLUE value IS 215 (84.38% from 255) = 32.43%
R=31.22%
G=36.35%
B=32.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072412150.1400.110.05134.1254.8487.84
HexCFF1D7E0B5863758
Octal31736132716013520667130
Binary110011111111000111010111111001011101100001101101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF1D7; }

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

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

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

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

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

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

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

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