#CDD8FD

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

Shades of Hawkes Blue #CDD8FD

Tints of Hawkes Blue #CDD8FD

Color information

#CDD8FD (or 0xCDD8FD) is unknown color: approx Hawkes Blue. HEX triplet: CD, D8 and FD. RGB value is (205,216,253). Sum of RGB (Red+Green+Blue) = 205+216+253=674 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.42% from 674); Green value is 216 (84.77% from 255 or 32.05% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDD8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD8FD is #322702. Grayscale: #D8D8D8. Windows color (decimal): -3286787 or 16636109. OLE color: 16636109.

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

Color convert

RGB205216253-
CMYK0.190.1500.01
HSL226.25º92.31%89.8%-
HSV(B)226.25º18.97%99.22%-
XYZ67.4669.18102.73-
YUV216.93148.36119.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.42%
GREEN value IS 216 (84.77% from 255) = 32.05%
BLUE value IS 253 (99.22% from 255) = 37.54%
R=30.42%
G=32.05%
B=37.54%

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
Decimal2052162530.190.1500.01226.2592.3189.8
HexCDD8FD13F01e25c5a
Octal315330375231701342134132
Binary110011011101100011111101100111111011110001010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD8FD; }

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

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

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

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

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

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

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

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