#CDDEFB

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

Shades of Hawkes Blue #CDDEFB

Tints of Hawkes Blue #CDDEFB

Color information

#CDDEFB (or 0xCDDEFB) is unknown color: approx Hawkes Blue. HEX triplet: CD, DE and FB. RGB value is (205,222,251). Sum of RGB (Red+Green+Blue) = 205+222+251=678 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.24% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDDEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDEFB is #322104. Grayscale: #DCDCDC. Windows color (decimal): -3285253 or 16506573. OLE color: 16506573.

HSL color Cylindrical-coordinate representation of color #CDDEFB: hue angle of 217.83º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDDEFB is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205222251-
CMYK0.180.1200.02
HSL217.83º85.19%89.41%-
HSV(B)217.83º18.33%98.43%-
XYZ68.7172.19101.58-
YUV220.22145.37117.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.24%
GREEN value IS 222 (87.11% from 255) = 32.74%
BLUE value IS 251 (98.44% from 255) = 37.02%
R=30.24%
G=32.74%
B=37.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052222510.180.1200.02217.8385.1989.41
HexCDDEFB12C02da5559
Octal315336373221402332125131
Binary1100110111011110111110111001011000101101101010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEFB; }

 p { color: rgb(205,222,251); }

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

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

 a { background-color: rgb(205,222,251); }

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

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

 span { border-color: rgb(205,222,251); }

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