#CCD4F2

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

Shades of Hawkes Blue #CCD4F2

Tints of Hawkes Blue #CCD4F2

Color information

#CCD4F2 (or 0xCCD4F2) is unknown color: approx Hawkes Blue. HEX triplet: CC, D4 and F2. RGB value is (204,212,242). Sum of RGB (Red+Green+Blue) = 204+212+242=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 212 (83.20% from 255 or 32.22% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCD4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD4F2 is #332B0D. Grayscale: #D4D4D4. Windows color (decimal): -3353358 or 15914188. OLE color: 15914188.

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

Color convert

RGB204212242-
CMYK0.160.1200.05
HSL227.37º59.38%87.45%-
HSV(B)227.37º15.7%94.9%-
XYZ64.4766.3493.41-
YUV213.03144.35121.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.00%
GREEN value IS 212 (83.20% from 255) = 32.22%
BLUE value IS 242 (94.92% from 255) = 36.78%
R=31.00%
G=32.22%
B=36.78%

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
Decimal2042122420.160.1200.05227.3759.3887.45
HexCCD4F210C05e33b57
Octal31432436220140534373127
Binary1100110011010100111100101000011000101111000111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD4F2; }

 p { color: rgb(204,212,242); }

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

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

 a { background-color: rgb(204,212,242); }

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

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

 span { border-color: rgb(204,212,242); }

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