#CCD7E5

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

Shades of Hawkes Blue #CCD7E5

Tints of Hawkes Blue #CCD7E5

Color information

#CCD7E5 (or 0xCCD7E5) is unknown color: approx Hawkes Blue. HEX triplet: CC, D7 and E5. RGB value is (204,215,229). Sum of RGB (Red+Green+Blue) = 204+215+229=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 215 (84.38% from 255 or 33.18% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCD7E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7E5 is #33281A. Grayscale: #D5D5D5. Windows color (decimal): -3352603 or 15062988. OLE color: 15062988.

HSL color Cylindrical-coordinate representation of color #CCD7E5: hue angle of 213.6º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCD7E5 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204215229-
CMYK0.110.0600.10
HSL213.6º32.47%84.9%-
HSV(B)213.6º10.92%89.8%-
XYZ63.3567.183.74-
YUV213.31136.86121.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.48%
GREEN value IS 215 (84.38% from 255) = 33.18%
BLUE value IS 229 (89.84% from 255) = 35.34%
R=31.48%
G=33.18%
B=35.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042152290.110.0600.10213.632.4784.9
HexCCD7E5B60Ad62055
Octal31432734513601232640125
Binary110011001101011111100101101111001010110101101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7E5; }

 p { color: rgb(204,215,229); }

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

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

 a { background-color: rgb(204,215,229); }

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

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

 span { border-color: rgb(204,215,229); }

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