#CDD7FD

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

Shades of Hawkes Blue #CDD7FD

Tints of Hawkes Blue #CDD7FD

Color information

#CDD7FD (or 0xCDD7FD) is unknown color: approx Hawkes Blue. HEX triplet: CD, D7 and FD. RGB value is (205,215,253). Sum of RGB (Red+Green+Blue) = 205+215+253=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 215 (84.38% from 255 or 31.95% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDD7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD7FD is #322802. Grayscale: #D8D8D8. Windows color (decimal): -3287043 or 16635853. OLE color: 16635853.

HSL color Cylindrical-coordinate representation of color #CDD7FD: hue angle of 227.5º degrees, saturation: 0.92, 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 #CDD7FD is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205215253-
CMYK0.190.1500.01
HSL227.5º92.31%89.8%-
HSV(B)227.5º18.97%99.22%-
XYZ67.2168.67102.64-
YUV216.34148.69119.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.46%
GREEN value IS 215 (84.38% from 255) = 31.95%
BLUE value IS 253 (99.22% from 255) = 37.59%
R=30.46%
G=31.95%
B=37.59%

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
Decimal2052152530.190.1500.01227.592.3189.8
HexCDD7FD13F01e45c5a
Octal315327375231701344134132
Binary110011011101011111111101100111111011110010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD7FD; }

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

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

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

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

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

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

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

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