#CCD4F7

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

Shades of Hawkes Blue #CCD4F7

Tints of Hawkes Blue #CCD4F7

Color information

#CCD4F7 (or 0xCCD4F7) is unknown color: approx Hawkes Blue. HEX triplet: CC, D4 and F7. RGB value is (204,212,247). Sum of RGB (Red+Green+Blue) = 204+212+247=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 212 (83.20% from 255 or 31.98% from 663); Blue value is 247 (96.88% from 255 or 37.25% from 663); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCD4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD4F7 is #332B08. Grayscale: #D5D5D5. Windows color (decimal): -3353353 or 16241868. OLE color: 16241868.

HSL color Cylindrical-coordinate representation of color #CCD4F7: hue angle of 228.84º 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 #CCD4F7 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB204212247-
CMYK0.170.1400.03
HSL228.84º72.88%88.43%-
HSV(B)228.84º17.41%96.86%-
XYZ65.2366.6497.42-
YUV213.6146.85121.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.77%
GREEN value IS 212 (83.20% from 255) = 31.98%
BLUE value IS 247 (96.88% from 255) = 37.25%
R=30.77%
G=31.98%
B=37.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042122470.170.1400.03228.8472.8888.43
HexCCD4F711E03e54958
Octal314324367211603345111130
Binary1100110011010100111101111000111100111110010110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD4F7; }

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

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

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

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

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

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

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

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