#CCF7DB

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

Shades of Swans Down #CCF7DB

Tints of Swans Down #CCF7DB

Color information

#CCF7DB (or 0xCCF7DB) is unknown color: approx Swans Down. HEX triplet: CC, F7 and DB. RGB value is (204,247,219). Sum of RGB (Red+Green+Blue) = 204+247+219=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 247 (96.88% from 255 or 36.87% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF7DB is #330824. Grayscale: #E7E7E7. Windows color (decimal): -3344421 or 14415820. OLE color: 14415820.

HSL color Cylindrical-coordinate representation of color #CCF7DB: hue angle of 140.93º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF7DB is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB204247219-
CMYK0.1700.110.03
HSL140.93º72.88%88.43%-
HSV(B)140.93º17.41%96.86%-
XYZ70.9584.4779.58-
YUV230.95121.25108.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.45%
GREEN value IS 247 (96.88% from 255) = 36.87%
BLUE value IS 219 (85.94% from 255) = 32.69%
R=30.45%
G=36.87%
B=32.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042472190.1700.110.03140.9372.8888.43
HexCCF7DB110B38d4958
Octal314367333210133215111130
Binary1100110011110111110110111000101011111000110110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF7DB; }

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

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

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

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

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

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

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

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