#CDDBFC

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

Shades of Hawkes Blue #CDDBFC

Tints of Hawkes Blue #CDDBFC

Color information

#CDDBFC (or 0xCDDBFC) is unknown color: approx Hawkes Blue. HEX triplet: CD, DB and FC. RGB value is (205,219,252). Sum of RGB (Red+Green+Blue) = 205+219+252=676 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.33% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDDBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBFC is #322403. Grayscale: #DADADA. Windows color (decimal): -3286020 or 16571341. OLE color: 16571341.

HSL color Cylindrical-coordinate representation of color #CDDBFC: hue angle of 222.13º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDDBFC is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205219252-
CMYK0.190.1300.01
HSL222.13º88.68%89.61%-
HSV(B)222.13º18.65%98.82%-
XYZ68.0870.67102.15-
YUV218.58146.86118.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.33%
GREEN value IS 219 (85.94% from 255) = 32.40%
BLUE value IS 252 (98.83% from 255) = 37.28%
R=30.33%
G=32.40%
B=37.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052192520.190.1300.01222.1388.6889.61
HexCDDBFC13D01de595a
Octal315333374231501336131132
Binary110011011101101111111100100111101011101111010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBFC; }

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

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

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

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

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

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

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

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