#CDD7EA

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

Shades of Hawkes Blue #CDD7EA

Tints of Hawkes Blue #CDD7EA

Color information

#CDD7EA (or 0xCDD7EA) is unknown color: approx Hawkes Blue. HEX triplet: CD, D7 and EA. RGB value is (205,215,234). Sum of RGB (Red+Green+Blue) = 205+215+234=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 215 (84.38% from 255 or 32.87% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDD7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD7EA is #322815. Grayscale: #D6D6D6. Windows color (decimal): -3287062 or 15390669. OLE color: 15390669.

HSL color Cylindrical-coordinate representation of color #CDD7EA: hue angle of 219.31º 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 #CDD7EA is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205215234-
CMYK0.120.0800.08
HSL219.31º40.85%86.08%-
HSV(B)219.31º12.39%91.76%-
XYZ64.3367.5287.48-
YUV214.18139.19121.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.35%
GREEN value IS 215 (84.38% from 255) = 32.87%
BLUE value IS 234 (91.80% from 255) = 35.78%
R=31.35%
G=32.87%
B=35.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052152340.120.0800.08219.3140.8586.08
HexCDD7EAC808db2956
Octal315327352141001033351126
Binary1100110111010111111010101100100001000110110111010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD7EA; }

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

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

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

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

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

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

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

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