#CCD5F7

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

Shades of Hawkes Blue #CCD5F7

Tints of Hawkes Blue #CCD5F7

Color information

#CCD5F7 (or 0xCCD5F7) is unknown color: approx Hawkes Blue. HEX triplet: CC, D5 and F7. RGB value is (204,213,247). Sum of RGB (Red+Green+Blue) = 204+213+247=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 213 (83.59% from 255 or 32.08% from 664); Blue value is 247 (96.88% from 255 or 37.20% from 664); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCD5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD5F7 is #332A08. Grayscale: #D6D6D6. Windows color (decimal): -3353097 or 16242124. OLE color: 16242124.

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

Color convert

RGB204213247-
CMYK0.170.1400.03
HSL227.44º72.88%88.43%-
HSV(B)227.44º17.41%96.86%-
XYZ65.4867.1497.5-
YUV214.18146.52120.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.72%
GREEN value IS 213 (83.59% from 255) = 32.08%
BLUE value IS 247 (96.88% from 255) = 37.20%
R=30.72%
G=32.08%
B=37.20%

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
Decimal2042132470.170.1400.03227.4472.8888.43
HexCCD5F711E03e34958
Octal314325367211603343111130
Binary1100110011010101111101111000111100111110001110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD5F7; }

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

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

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

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

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

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

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

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