#CDD7EB

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

Shades of Hawkes Blue #CDD7EB

Tints of Hawkes Blue #CDD7EB

Color information

#CDD7EB (or 0xCDD7EB) is unknown color: approx Hawkes Blue. HEX triplet: CD, D7 and EB. RGB value is (205,215,235). Sum of RGB (Red+Green+Blue) = 205+215+235=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 215 (84.38% from 255 or 32.82% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDD7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD7EB is #322814. Grayscale: #D6D6D6. Windows color (decimal): -3287061 or 15456205. OLE color: 15456205.

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

Color convert

RGB205215235-
CMYK0.130.0900.08
HSL220º42.86%86.27%-
HSV(B)220º12.77%92.16%-
XYZ64.4767.5888.24-
YUV214.29139.69121.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.30%
GREEN value IS 215 (84.38% from 255) = 32.82%
BLUE value IS 235 (92.19% from 255) = 35.88%
R=31.30%
G=32.82%
B=35.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052152350.130.0900.0822042.8686.27
HexCDD7EBD908dc2b56
Octal315327353151101033453126
Binary1100110111010111111010111101100101000110111001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD7EB; }

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

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

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

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

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

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

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

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