#CDD7FC

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

Shades of Hawkes Blue #CDD7FC

Tints of Hawkes Blue #CDD7FC

Color information

#CDD7FC (or 0xCDD7FC) is unknown color: approx Hawkes Blue. HEX triplet: CD, D7 and FC. RGB value is (205,215,252). Sum of RGB (Red+Green+Blue) = 205+215+252=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 215 (84.38% from 255 or 31.99% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDD7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD7FC is #322803. Grayscale: #D8D8D8. Windows color (decimal): -3287044 or 16570317. OLE color: 16570317.

HSL color Cylindrical-coordinate representation of color #CDD7FC: hue angle of 227.23º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDD7FC is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205215252-
CMYK0.190.1500.01
HSL227.23º88.68%89.61%-
HSV(B)227.23º18.65%98.82%-
XYZ67.0568.61101.8-
YUV216.23148.19119.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.51%
GREEN value IS 215 (84.38% from 255) = 31.99%
BLUE value IS 252 (98.83% from 255) = 37.5%
R=30.51%
G=31.99%
B=37.5%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052152520.190.1500.01227.2388.6889.61
HexCDD7FC13F01e3595a
Octal315327374231701343131132
Binary110011011101011111111100100111111011110001110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD7FC; }

 p { color: rgb(205,215,252); }

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

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

 a { background-color: rgb(205,215,252); }

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

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

 span { border-color: rgb(205,215,252); }

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