#CCDDF1

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

Shades of Hawkes Blue #CCDDF1

Tints of Hawkes Blue #CCDDF1

Color information

#CCDDF1 (or 0xCCDDF1) is unknown color: approx Hawkes Blue. HEX triplet: CC, DD and F1. RGB value is (204,221,241). Sum of RGB (Red+Green+Blue) = 204+221+241=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCDDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDF1 is #33220E. Grayscale: #DADADA. Windows color (decimal): -3351055 or 15850956. OLE color: 15850956.

HSL color Cylindrical-coordinate representation of color #CCDDF1: hue angle of 212.43º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCDDF1 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204221241-
CMYK0.150.0800.05
HSL212.43º56.92%87.25%-
HSV(B)212.43º15.35%94.51%-
XYZ66.6470.993.39-
YUV218.2140.87117.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.63%
GREEN value IS 221 (86.72% from 255) = 33.18%
BLUE value IS 241 (94.53% from 255) = 36.19%
R=30.63%
G=33.18%
B=36.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042212410.150.0800.05212.4356.9287.25
HexCCDDF1F805d43957
Octal31433536117100532471127
Binary110011001101110111110001111110000101110101001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDF1; }

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

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

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

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

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

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

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

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