#CDD5EB

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

Shades of Hawkes Blue #CDD5EB

Tints of Hawkes Blue #CDD5EB

Color information

#CDD5EB (or 0xCDD5EB) is unknown color: approx Hawkes Blue. HEX triplet: CD, D5 and EB. RGB value is (205,213,235). Sum of RGB (Red+Green+Blue) = 205+213+235=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDD5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD5EB is #322A14. Grayscale: #D5D5D5. Windows color (decimal): -3287573 or 15455693. OLE color: 15455693.

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

Color convert

RGB205213235-
CMYK0.130.0900.08
HSL224º42.86%86.27%-
HSV(B)224º12.77%92.16%-
XYZ63.9766.5788.07-
YUV213.12140.35122.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.39%
GREEN value IS 213 (83.59% from 255) = 32.62%
BLUE value IS 235 (92.19% from 255) = 35.99%
R=31.39%
G=32.62%
B=35.99%

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
Decimal2052132350.130.0900.0822442.8686.27
HexCDD5EBD908e02b56
Octal315325353151101034053126
Binary1100110111010101111010111101100101000111000001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5EB; }

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

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

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

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

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

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

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

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