#CFF0DB

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

Shades of Swans Down #CFF0DB

Tints of Swans Down #CFF0DB

Color information

#CFF0DB (or 0xCFF0DB) is unknown color: approx Swans Down. HEX triplet: CF, F0 and DB. RGB value is (207,240,219). Sum of RGB (Red+Green+Blue) = 207+240+219=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0DB is #300F24. Grayscale: #E3E3E3. Windows color (decimal): -3149605 or 14414031. OLE color: 14414031.

HSL color Cylindrical-coordinate representation of color #CFF0DB: hue angle of 141.82º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF0DB is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB207240219-
CMYK0.1400.090.06
HSL141.82º52.38%87.65%-
HSV(B)141.82º13.75%94.12%-
XYZ69.6880.778.92-
YUV227.74123.07113.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.08%
GREEN value IS 240 (94.14% from 255) = 36.04%
BLUE value IS 219 (85.94% from 255) = 32.88%
R=31.08%
G=36.04%
B=32.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072402190.1400.090.06141.8252.3887.65
HexCFF0DBE0968e3458
Octal31736033316011621664130
Binary110011111111000011011011111001001110100011101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF0DB; }

 p { color: rgb(207,240,219); }

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

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

 a { background-color: rgb(207,240,219); }

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

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

 span { border-color: rgb(207,240,219); }

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