#CCDCF3

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

Shades of Hawkes Blue #CCDCF3

Tints of Hawkes Blue #CCDCF3

Color information

#CCDCF3 (or 0xCCDCF3) is unknown color: approx Hawkes Blue. HEX triplet: CC, DC and F3. RGB value is (204,220,243). Sum of RGB (Red+Green+Blue) = 204+220+243=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 243 (95.31% from 255 or 36.43% from 667); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCDCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDCF3 is #33230C. Grayscale: #D9D9D9. Windows color (decimal): -3351309 or 15981772. OLE color: 15981772.

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

Color convert

RGB204220243-
CMYK0.160.0900.05
HSL215.38º61.9%87.65%-
HSV(B)215.38º16.05%95.29%-
XYZ66.6770.4994.89-
YUV217.84142.2118.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.58%
GREEN value IS 220 (86.33% from 255) = 32.98%
BLUE value IS 243 (95.31% from 255) = 36.43%
R=30.58%
G=32.98%
B=36.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042202430.160.0900.05215.3861.987.65
HexCCDCF310905d73e58
Octal31433436320110532776130
Binary1100110011011100111100111000010010101110101111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCF3; }

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

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

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

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

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

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

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

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