#ccd8fa

Color #CCD8FA Hawkes Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawkes Blue #CCD8FA

Tints of Hawkes Blue #CCD8FA

Color information

#CCD8FA (or 0xCCD8FA) is unknown color: approx Hawkes Blue. HEX triplet: CC, D8 and FA. RGB value is (204,216,250). Sum of RGB (Red+Green+Blue) = 204+216+250=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 216 (84.77% from 255 or 32.24% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCD8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD8FA is #332705. Grayscale: #D8D8D8. Windows color (decimal): -3352326 or 16439500. OLE color: 16439500.

HSL color Cylindrical-coordinate representation of color #CCD8FA: hue angle of 224.35º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCD8FA is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204216250-
CMYK0.180.1400.02
HSL224.35º82.14%89.02%-
HSV(B)224.35º18.4%98.04%-
XYZ66.7168.85100.22-
YUV216.29147.02119.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.45%
GREEN value IS 216 (84.77% from 255) = 32.24%
BLUE value IS 250 (98.05% from 255) = 37.31%
R=30.45%
G=32.24%
B=37.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042162500.180.1400.02224.3582.1489.02
HexCCD8FA12E02e05259
Octal314330372221602340122131
Binary1100110011011000111110101001011100101110000010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccd8fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccd8fa; }

 p { color: rgb(204,216,250); }

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

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

 a { background-color: rgb(204,216,250); }

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

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

 span { border-color: rgb(204,216,250); }

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