#CDD8FF

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

Shades of Hawkes Blue #CDD8FF

Tints of Hawkes Blue #CDD8FF

Color information

#CDD8FF (or 0xCDD8FF) is unknown color: approx Hawkes Blue. HEX triplet: CD, D8 and FF. RGB value is (205,216,255). Sum of RGB (Red+Green+Blue) = 205+216+255=676 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.33% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDD8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD8FF is #322700. Grayscale: #D8D8D8. Windows color (decimal): -3286785 or 16767181. OLE color: 16767181.

HSL color Cylindrical-coordinate representation of color #CDD8FF: hue angle of 226.8º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDD8FF is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB205216255-
CMYK0.200.1500
HSL226.8º100%90.2%-
HSV(B)226.8º19.61%100%-
XYZ67.7869.31104.41-
YUV217.16149.36119.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.33%
GREEN value IS 216 (84.77% from 255) = 31.95%
BLUE value IS 255 (100% from 255) = 37.72%
R=30.33%
G=31.95%
B=37.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052162550.200.1500226.810090.2
HexCDD8FF14F00e3645a
Octal315330377241700343144132
Binary110011011101100011111111101001111001110001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD8FF; }

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

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

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

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

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

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

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

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