#CDDAEA

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

Shades of Hawkes Blue #CDDAEA

Tints of Hawkes Blue #CDDAEA

Color information

#CDDAEA (or 0xCDDAEA) is unknown color: approx Hawkes Blue. HEX triplet: CD, DA and EA. RGB value is (205,218,234). Sum of RGB (Red+Green+Blue) = 205+218+234=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDDAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAEA is #322515. Grayscale: #D7D7D7. Windows color (decimal): -3286294 or 15391437. OLE color: 15391437.

HSL color Cylindrical-coordinate representation of color #CDDAEA: hue angle of 213.1º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDDAEA is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205218234-
CMYK0.120.0700.08
HSL213.1º40.85%86.08%-
HSV(B)213.1º12.39%91.76%-
XYZ65.169.0687.74-
YUV215.94138.19120.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.20%
GREEN value IS 218 (85.55% from 255) = 33.18%
BLUE value IS 234 (91.80% from 255) = 35.62%
R=31.20%
G=33.18%
B=35.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052182340.120.0700.08213.140.8586.08
HexCDDAEAC708d52956
Octal31533235214701032551126
Binary110011011101101011101010110011101000110101011010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAEA; }

 p { color: rgb(205,218,234); }

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

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

 a { background-color: rgb(205,218,234); }

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

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

 span { border-color: rgb(205,218,234); }

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