#CCD9F1

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

Shades of Hawkes Blue #CCD9F1

Tints of Hawkes Blue #CCD9F1

Color information

#CCD9F1 (or 0xCCD9F1) is unknown color: approx Hawkes Blue. HEX triplet: CC, D9 and F1. RGB value is (204,217,241). Sum of RGB (Red+Green+Blue) = 204+217+241=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 217 (85.16% from 255 or 32.78% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCD9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9F1 is #33260E. Grayscale: #D7D7D7. Windows color (decimal): -3352079 or 15849932. OLE color: 15849932.

HSL color Cylindrical-coordinate representation of color #CCD9F1: hue angle of 218.92º 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 #CCD9F1 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204217241-
CMYK0.150.1000.05
HSL218.92º56.92%87.25%-
HSV(B)218.92º15.35%94.51%-
XYZ65.5968.8193.04-
YUV215.85142.19119.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.82%
GREEN value IS 217 (85.16% from 255) = 32.78%
BLUE value IS 241 (94.53% from 255) = 36.40%
R=30.82%
G=32.78%
B=36.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042172410.150.1000.05218.9256.9287.25
HexCCD9F1FA05db3957
Octal31433136117120533371127
Binary110011001101100111110001111110100101110110111110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD9F1; }

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

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

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

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

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

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

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

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