#CDDBF1

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

Shades of Hawkes Blue #CDDBF1

Tints of Hawkes Blue #CDDBF1

Color information

#CDDBF1 (or 0xCDDBF1) is unknown color: approx Hawkes Blue. HEX triplet: CD, DB and F1. RGB value is (205,219,241). Sum of RGB (Red+Green+Blue) = 205+219+241=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDDBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBF1 is #32240E. Grayscale: #D9D9D9. Windows color (decimal): -3286031 or 15850445. OLE color: 15850445.

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

Color convert

RGB205219241-
CMYK0.150.0900.05
HSL216.67º56.25%87.45%-
HSV(B)216.67º14.94%94.51%-
XYZ66.3969.9993.23-
YUV217.32141.36119.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.83%
GREEN value IS 219 (85.94% from 255) = 32.93%
BLUE value IS 241 (94.53% from 255) = 36.24%
R=30.83%
G=32.93%
B=36.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052192410.150.0900.05216.6756.2587.45
HexCDDBF1F905d93857
Octal31533336117110533170127
Binary110011011101101111110001111110010101110110011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBF1; }

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

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

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

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

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

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

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

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