#CDDBF0

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

Shades of Hawkes Blue #CDDBF0

Tints of Hawkes Blue #CDDBF0

Color information

#CDDBF0 (or 0xCDDBF0) is unknown color: approx Hawkes Blue. HEX triplet: CD, DB and F0. RGB value is (205,219,240). Sum of RGB (Red+Green+Blue) = 205+219+240=664 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.87% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDDBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBF0 is #32240F. Grayscale: #D9D9D9. Windows color (decimal): -3286032 or 15784909. OLE color: 15784909.

HSL color Cylindrical-coordinate representation of color #CDDBF0: hue angle of 216º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDDBF0 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB205219240-
CMYK0.150.0900.06
HSL216º53.85%87.25%-
HSV(B)216º14.58%94.12%-
XYZ66.2469.9392.45-
YUV217.21140.86119.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.87%
GREEN value IS 219 (85.94% from 255) = 32.98%
BLUE value IS 240 (94.14% from 255) = 36.14%
R=30.87%
G=32.98%
B=36.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052192400.150.0900.0621653.8587.25
HexCDDBF0F906d83657
Octal31533336017110633066127
Binary110011011101101111110000111110010110110110001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBF0; }

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

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

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

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

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

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

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

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