#CCE0FD

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

Shades of Hawkes Blue #CCE0FD

Tints of Hawkes Blue #CCE0FD

Color information

#CCE0FD (or 0xCCE0FD) is unknown color: approx Hawkes Blue. HEX triplet: CC, E0 and FD. RGB value is (204,224,253). Sum of RGB (Red+Green+Blue) = 204+224+253=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCE0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE0FD is #331F02. Grayscale: #DDDDDD. Windows color (decimal): -3350275 or 16638156. OLE color: 16638156.

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

Color convert

RGB204224253-
CMYK0.190.1100.01
HSL215.51º92.45%89.61%-
HSV(B)215.51º19.37%99.22%-
XYZ69.2973.24103.41-
YUV221.33145.87115.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.96%
GREEN value IS 224 (87.89% from 255) = 32.89%
BLUE value IS 253 (99.22% from 255) = 37.15%
R=29.96%
G=32.89%
B=37.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042242530.190.1100.01215.5192.4589.61
HexCCE0FD13B01d85c5a
Octal314340375231301330134132
Binary110011001110000011111101100111011011101100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE0FD; }

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

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

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

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

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

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

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

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