#CDDBFE

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

Shades of Hawkes Blue #CDDBFE

Tints of Hawkes Blue #CDDBFE

Color information

#CDDBFE (or 0xCDDBFE) is unknown color: approx Hawkes Blue. HEX triplet: CD, DB and FE. RGB value is (205,219,254). Sum of RGB (Red+Green+Blue) = 205+219+254=678 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.24% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDDBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBFE is #322401. Grayscale: #DADADA. Windows color (decimal): -3286018 or 16702413. OLE color: 16702413.

HSL color Cylindrical-coordinate representation of color #CDDBFE: hue angle of 222.86º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDDBFE is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB205219254-
CMYK0.190.1400.00
HSL222.86º96.08%90%-
HSV(B)222.86º19.29%99.61%-
XYZ68.470.8103.83-
YUV218.8147.86118.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.24%
GREEN value IS 219 (85.94% from 255) = 32.30%
BLUE value IS 254 (99.61% from 255) = 37.46%
R=30.24%
G=32.30%
B=37.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052192540.190.1400.00222.8696.0890
HexCDDBFE13E00df605a
Octal315333376231600337140132
Binary110011011101101111111110100111110001101111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBFE; }

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

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

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

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

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

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

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

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