#CCF8DB

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

Shades of Swans Down #CCF8DB

Tints of Swans Down #CCF8DB

Color information

#CCF8DB (or 0xCCF8DB) is unknown color: approx Swans Down. HEX triplet: CC, F8 and DB. RGB value is (204,248,219). Sum of RGB (Red+Green+Blue) = 204+248+219=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8DB is #330724. Grayscale: #E7E7E7. Windows color (decimal): -3344165 or 14416076. OLE color: 14416076.

HSL color Cylindrical-coordinate representation of color #CCF8DB: hue angle of 140.45º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF8DB is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB204248219-
CMYK0.1800.120.03
HSL140.45º75.86%88.63%-
HSV(B)140.45º17.74%97.25%-
XYZ71.2685.0979.69-
YUV231.54120.92108.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.40%
GREEN value IS 248 (97.27% from 255) = 36.96%
BLUE value IS 219 (85.94% from 255) = 32.64%
R=30.40%
G=36.96%
B=32.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042482190.1800.120.03140.4575.8688.63
HexCCF8DB120C38c4c59
Octal314370333220143214114131
Binary1100110011111000110110111001001100111000110010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF8DB; }

 p { color: rgb(204,248,219); }

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

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

 a { background-color: rgb(204,248,219); }

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

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

 span { border-color: rgb(204,248,219); }

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