#CCDDF7

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

Shades of Hawkes Blue #CCDDF7

Tints of Hawkes Blue #CCDDF7

Color information

#CCDDF7 (or 0xCCDDF7) is unknown color: approx Hawkes Blue. HEX triplet: CC, DD and F7. RGB value is (204,221,247). Sum of RGB (Red+Green+Blue) = 204+221+247=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 247 (96.88% from 255 or 36.76% from 672); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCDDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDF7 is #332208. Grayscale: #DADADA. Windows color (decimal): -3351049 or 16244172. OLE color: 16244172.

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

Color convert

RGB204221247-
CMYK0.170.1100.03
HSL216.28º72.88%88.43%-
HSV(B)216.28º17.41%96.86%-
XYZ67.5571.2798.19-
YUV218.88143.87117.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.36%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 247 (96.88% from 255) = 36.76%
R=30.36%
G=32.89%
B=36.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042212470.170.1100.03216.2872.8888.43
HexCCDDF711B03d84958
Octal314335367211303330111130
Binary1100110011011101111101111000110110111101100010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDF7; }

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

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

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

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

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

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

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

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