#CDDBFF

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

Shades of Hawkes Blue #CDDBFF

Tints of Hawkes Blue #CDDBFF

Color information

#CDDBFF (or 0xCDDBFF) is unknown color: approx Hawkes Blue. HEX triplet: CD, DB and FF. RGB value is (205,219,255). Sum of RGB (Red+Green+Blue) = 205+219+255=679 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.19% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDDBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBFF is #322400. Grayscale: #DADADA. Windows color (decimal): -3286017 or 16767949. OLE color: 16767949.

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

Color convert

RGB205219255-
CMYK0.200.1400
HSL223.2º100%90.2%-
HSV(B)223.2º19.61%100%-
XYZ68.5670.86104.67-
YUV218.92148.36118.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.19%
GREEN value IS 219 (85.94% from 255) = 32.25%
BLUE value IS 255 (100% from 255) = 37.56%
R=30.19%
G=32.25%
B=37.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052192550.200.1400223.210090.2
HexCDDBFF14E00df645a
Octal315333377241600337144132
Binary110011011101101111111111101001110001101111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBFF; }

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

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

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

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

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

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

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

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