#CCDDFF

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

Shades of Hawkes Blue #CCDDFF

Tints of Hawkes Blue #CCDDFF

Color information

#CCDDFF (or 0xCCDDFF) is unknown color: approx Hawkes Blue. HEX triplet: CC, DD and FF. RGB value is (204,221,255). Sum of RGB (Red+Green+Blue) = 204+221+255=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCDDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDFF is #332200. Grayscale: #DBDBDB. Windows color (decimal): -3351041 or 16768460. OLE color: 16768460.

HSL color Cylindrical-coordinate representation of color #CCDDFF: hue angle of 220º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCDDFF is Cyan = 0.2, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204221255-
CMYK0.20.1300
HSL220º100%90%-
HSV(B)220º20%100%-
XYZ68.8171.77104.83-
YUV219.79147.87116.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30%
GREEN value IS 221 (86.72% from 255) = 32.5%
BLUE value IS 255 (100% from 255) = 37.5%
R=30%
G=32.5%
B=37.5%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042212550.20.130022010090
HexCCDDFF14D00dc645a
Octal314335377241500334144132
Binary110011001101110111111111101001101001101110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDFF; }

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

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

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

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

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

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

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

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