#CDDBFA

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

Shades of Hawkes Blue #CDDBFA

Tints of Hawkes Blue #CDDBFA

Color information

#CDDBFA (or 0xCDDBFA) is unknown color: approx Hawkes Blue. HEX triplet: CD, DB and FA. RGB value is (205,219,250). Sum of RGB (Red+Green+Blue) = 205+219+250=674 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.42% from 674); Green value is 219 (85.94% from 255 or 32.49% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDDBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBFA is #322405. Grayscale: #DADADA. Windows color (decimal): -3286022 or 16440269. OLE color: 16440269.

HSL color Cylindrical-coordinate representation of color #CDDBFA: hue angle of 221.33º degrees, saturation: 0.82, 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 #CDDBFA is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205219250-
CMYK0.180.1200.02
HSL221.33º81.82%89.22%-
HSV(B)221.33º18%98.04%-
XYZ67.7670.54100.49-
YUV218.35145.86118.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.42%
GREEN value IS 219 (85.94% from 255) = 32.49%
BLUE value IS 250 (98.05% from 255) = 37.09%
R=30.42%
G=32.49%
B=37.09%

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
Decimal2052192500.180.1200.02221.3381.8289.22
HexCDDBFA12C02dd5259
Octal315333372221402335122131
Binary1100110111011011111110101001011000101101110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBFA; }

 p { color: rgb(205,219,250); }

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

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

 a { background-color: rgb(205,219,250); }

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

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

 span { border-color: rgb(205,219,250); }

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