#CCDCF1

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

Shades of Hawkes Blue #CCDCF1

Tints of Hawkes Blue #CCDCF1

Color information

#CCDCF1 (or 0xCCDCF1) is unknown color: approx Hawkes Blue. HEX triplet: CC, DC and F1. RGB value is (204,220,241). Sum of RGB (Red+Green+Blue) = 204+220+241=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCDCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDCF1 is #33230E. Grayscale: #D9D9D9. Windows color (decimal): -3351311 or 15850700. OLE color: 15850700.

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

Color convert

RGB204220241-
CMYK0.150.0900.05
HSL214.05º56.92%87.25%-
HSV(B)214.05º15.35%94.51%-
XYZ66.3770.3793.3-
YUV217.61141.2118.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.68%
GREEN value IS 220 (86.33% from 255) = 33.08%
BLUE value IS 241 (94.53% from 255) = 36.24%
R=30.68%
G=33.08%
B=36.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042202410.150.0900.05214.0556.9287.25
HexCCDCF1F905d63957
Octal31433436117110532671127
Binary110011001101110011110001111110010101110101101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCF1; }

 p { color: rgb(204,220,241); }

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

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

 a { background-color: rgb(204,220,241); }

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

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

 span { border-color: rgb(204,220,241); }

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