#CDD5F7

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

Shades of Hawkes Blue #CDD5F7

Tints of Hawkes Blue #CDD5F7

Color information

#CDD5F7 (or 0xCDD5F7) is unknown color: approx Hawkes Blue. HEX triplet: CD, D5 and F7. RGB value is (205,213,247). Sum of RGB (Red+Green+Blue) = 205+213+247=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 213 (83.59% from 255 or 32.03% from 665); Blue value is 247 (96.88% from 255 or 37.14% from 665); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDD5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD5F7 is #322A08. Grayscale: #D6D6D6. Windows color (decimal): -3287561 or 16242125. OLE color: 16242125.

HSL color Cylindrical-coordinate representation of color #CDD5F7: hue angle of 228.57º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDD5F7 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB205213247-
CMYK0.170.1400.03
HSL228.57º72.41%88.63%-
HSV(B)228.57º17%96.86%-
XYZ65.7667.2897.52-
YUV214.48146.35121.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.83%
GREEN value IS 213 (83.59% from 255) = 32.03%
BLUE value IS 247 (96.88% from 255) = 37.14%
R=30.83%
G=32.03%
B=37.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052132470.170.1400.03228.5772.4188.63
HexCDD5F711E03e54859
Octal315325367211603345110131
Binary1100110111010101111101111000111100111110010110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5F7; }

 p { color: rgb(205,213,247); }

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

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

 a { background-color: rgb(205,213,247); }

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

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

 span { border-color: rgb(205,213,247); }

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