#CCD7EB

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

Shades of Hawkes Blue #CCD7EB

Tints of Hawkes Blue #CCD7EB

Color information

#CCD7EB (or 0xCCD7EB) is unknown color: approx Hawkes Blue. HEX triplet: CC, D7 and EB. RGB value is (204,215,235). Sum of RGB (Red+Green+Blue) = 204+215+235=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 215 (84.38% from 255 or 32.87% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCD7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD7EB is #332814. Grayscale: #D5D5D5. Windows color (decimal): -3352597 or 15456204. OLE color: 15456204.

HSL color Cylindrical-coordinate representation of color #CCD7EB: hue angle of 218.71º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCD7EB is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204215235-
CMYK0.130.0900.08
HSL218.71º43.66%86.08%-
HSV(B)218.71º13.19%92.16%-
XYZ64.267.4488.23-
YUV213.99139.86120.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.19%
GREEN value IS 215 (84.38% from 255) = 32.87%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=31.19%
G=32.87%
B=35.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042152350.130.0900.08218.7143.6686.08
HexCCD7EBD908db2c56
Octal314327353151101033354126
Binary1100110011010111111010111101100101000110110111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7EB; }

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

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

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

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

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

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

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

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