#CDD6EB

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

Shades of Hawkes Blue #CDD6EB

Tints of Hawkes Blue #CDD6EB

Color information

#CDD6EB (or 0xCDD6EB) is unknown color: approx Hawkes Blue. HEX triplet: CD, D6 and EB. RGB value is (205,214,235). Sum of RGB (Red+Green+Blue) = 205+214+235=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDD6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD6EB is #322914. Grayscale: #D5D5D5. Windows color (decimal): -3287317 or 15455949. OLE color: 15455949.

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

Color convert

RGB205214235-
CMYK0.130.0900.08
HSL222º42.86%86.27%-
HSV(B)222º12.77%92.16%-
XYZ64.2267.0788.16-
YUV213.7140.02121.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.35%
GREEN value IS 214 (83.98% from 255) = 32.72%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=31.35%
G=32.72%
B=35.93%

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
Decimal2052142350.130.0900.0822242.8686.27
HexCDD6EBD908de2b56
Octal315326353151101033653126
Binary1100110111010110111010111101100101000110111101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6EB; }

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

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

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

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

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

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

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

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