#CCD6FD

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

Shades of Hawkes Blue #CCD6FD

Tints of Hawkes Blue #CCD6FD

Color information

#CCD6FD (or 0xCCD6FD) is unknown color: approx Hawkes Blue. HEX triplet: CC, D6 and FD. RGB value is (204,214,253). Sum of RGB (Red+Green+Blue) = 204+214+253=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCD6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD6FD is #332902. Grayscale: #D7D7D7. Windows color (decimal): -3352835 or 16635596. OLE color: 16635596.

HSL color Cylindrical-coordinate representation of color #CCD6FD: hue angle of 227.76º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCD6FD is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204214253-
CMYK0.190.1500.01
HSL227.76º92.45%89.61%-
HSV(B)227.76º19.37%99.22%-
XYZ66.6868.02102.54-
YUV215.46149.19119.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.40%
GREEN value IS 214 (83.98% from 255) = 31.89%
BLUE value IS 253 (99.22% from 255) = 37.70%
R=30.40%
G=31.89%
B=37.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042142530.190.1500.01227.7692.4589.61
HexCCD6FD13F01e45c5a
Octal314326375231701344134132
Binary110011001101011011111101100111111011110010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD6FD; }

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

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

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

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

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

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

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

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