#CCDDFE

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

Shades of Hawkes Blue #CCDDFE

Tints of Hawkes Blue #CCDDFE

Color information

#CCDDFE (or 0xCCDDFE) is unknown color: approx Hawkes Blue. HEX triplet: CC, DD and FE. RGB value is (204,221,254). Sum of RGB (Red+Green+Blue) = 204+221+254=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCDDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDFE is #332201. Grayscale: #DBDBDB. Windows color (decimal): -3351042 or 16702924. OLE color: 16702924.

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

Color convert

RGB204221254-
CMYK0.200.1300.00
HSL219.6º96.15%89.8%-
HSV(B)219.6º19.69%99.61%-
XYZ68.6571.71103.99-
YUV219.68147.37116.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.04%
GREEN value IS 221 (86.72% from 255) = 32.55%
BLUE value IS 254 (99.61% from 255) = 37.41%
R=30.04%
G=32.55%
B=37.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042212540.200.1300.00219.696.1589.8
HexCCDDFE14D00dc605a
Octal314335376241500334140132
Binary110011001101110111111110101001101001101110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDFE; }

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

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

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

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

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

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

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

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