#CCD6F1

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

Shades of Hawkes Blue #CCD6F1

Tints of Hawkes Blue #CCD6F1

Color information

#CCD6F1 (or 0xCCD6F1) is unknown color: approx Hawkes Blue. HEX triplet: CC, D6 and F1. RGB value is (204,214,241). Sum of RGB (Red+Green+Blue) = 204+214+241=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 214 (83.98% from 255 or 32.47% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCD6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD6F1 is #33290E. Grayscale: #D5D5D5. Windows color (decimal): -3352847 or 15849164. OLE color: 15849164.

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

Color convert

RGB204214241-
CMYK0.150.1100.05
HSL223.78º56.92%87.25%-
HSV(B)223.78º15.35%94.51%-
XYZ64.8367.2892.79-
YUV214.09143.19120.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.96%
GREEN value IS 214 (83.98% from 255) = 32.47%
BLUE value IS 241 (94.53% from 255) = 36.57%
R=30.96%
G=32.47%
B=36.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042142410.150.1100.05223.7856.9287.25
HexCCD6F1FB05e03957
Octal31432636117130534071127
Binary110011001101011011110001111110110101111000001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD6F1; }

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

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

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

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

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

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

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

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