#CCDDFA

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

Shades of Hawkes Blue #CCDDFA

Tints of Hawkes Blue #CCDDFA

Color information

#CCDDFA (or 0xCCDDFA) is unknown color: approx Hawkes Blue. HEX triplet: CC, DD and FA. RGB value is (204,221,250). Sum of RGB (Red+Green+Blue) = 204+221+250=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCDDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDFA is #332205. Grayscale: #DBDBDB. Windows color (decimal): -3351046 or 16440780. OLE color: 16440780.

HSL color Cylindrical-coordinate representation of color #CCDDFA: hue angle of 217.83º 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 #CCDDFA is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204221250-
CMYK0.180.1200.02
HSL217.83º82.14%89.02%-
HSV(B)217.83º18.4%98.04%-
XYZ68.0171.45100.65-
YUV219.22145.37117.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.22%
GREEN value IS 221 (86.72% from 255) = 32.74%
BLUE value IS 250 (98.05% from 255) = 37.04%
R=30.22%
G=32.74%
B=37.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042212500.180.1200.02217.8382.1489.02
HexCCDDFA12C02da5259
Octal314335372221402332122131
Binary1100110011011101111110101001011000101101101010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDFA; }

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

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

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

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

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

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

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

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