#CCD6F3

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

Shades of Hawkes Blue #CCD6F3

Tints of Hawkes Blue #CCD6F3

Color information

#CCD6F3 (or 0xCCD6F3) is unknown color: approx Hawkes Blue. HEX triplet: CC, D6 and F3. RGB value is (204,214,243). Sum of RGB (Red+Green+Blue) = 204+214+243=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 214 (83.98% from 255 or 32.38% from 661); Blue value is 243 (95.31% from 255 or 36.76% from 661); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCD6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD6F3 is #33290C. Grayscale: #D6D6D6. Windows color (decimal): -3352845 or 15980236. OLE color: 15980236.

HSL color Cylindrical-coordinate representation of color #CCD6F3: hue angle of 224.62º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCD6F3 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204214243-
CMYK0.160.1200.05
HSL224.62º61.9%87.65%-
HSV(B)224.62º16.05%95.29%-
XYZ65.1367.494.37-
YUV214.32144.19120.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.86%
GREEN value IS 214 (83.98% from 255) = 32.38%
BLUE value IS 243 (95.31% from 255) = 36.76%
R=30.86%
G=32.38%
B=36.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042142430.160.1200.05224.6261.987.65
HexCCD6F310C05e13e58
Octal31432636320140534176130
Binary1100110011010110111100111000011000101111000011111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD6F3; }

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

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

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

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

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

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

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

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