#CCDDFD

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

Shades of Hawkes Blue #CCDDFD

Tints of Hawkes Blue #CCDDFD

Color information

#CCDDFD (or 0xCCDDFD) is unknown color: approx Hawkes Blue. HEX triplet: CC, DD and FD. RGB value is (204,221,253). Sum of RGB (Red+Green+Blue) = 204+221+253=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCDDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDFD is #332202. Grayscale: #DBDBDB. Windows color (decimal): -3351043 or 16637388. OLE color: 16637388.

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

Color convert

RGB204221253-
CMYK0.190.1300.01
HSL219.18º92.45%89.61%-
HSV(B)219.18º19.37%99.22%-
XYZ68.4971.64103.15-
YUV219.57146.87116.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.09%
GREEN value IS 221 (86.72% from 255) = 32.60%
BLUE value IS 253 (99.22% from 255) = 37.32%
R=30.09%
G=32.60%
B=37.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042212530.190.1300.01219.1892.4589.61
HexCCDDFD13D01db5c5a
Octal314335375231501333134132
Binary110011001101110111111101100111101011101101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDFD; }

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

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

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

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

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

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

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

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