#CCDDFB

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

Shades of Hawkes Blue #CCDDFB

Tints of Hawkes Blue #CCDDFB

Color information

#CCDDFB (or 0xCCDDFB) is unknown color: approx Hawkes Blue. HEX triplet: CC, DD and FB. RGB value is (204,221,251). Sum of RGB (Red+Green+Blue) = 204+221+251=676 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.18% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCDDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDFB is #332204. Grayscale: #DBDBDB. Windows color (decimal): -3351045 or 16506316. OLE color: 16506316.

HSL color Cylindrical-coordinate representation of color #CCDDFB: hue angle of 218.3º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCDDFB is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204221251-
CMYK0.190.1200.02
HSL218.3º85.45%89.22%-
HSV(B)218.3º18.73%98.43%-
XYZ68.1771.52101.48-
YUV219.34145.87117.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.18%
GREEN value IS 221 (86.72% from 255) = 32.69%
BLUE value IS 251 (98.44% from 255) = 37.13%
R=30.18%
G=32.69%
B=37.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042212510.190.1200.02218.385.4589.22
HexCCDDFB13C02da5559
Octal314335373231402332125131
Binary1100110011011101111110111001111000101101101010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDFB; }

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

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

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

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

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

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

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

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