#CDDBFB

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

Shades of Hawkes Blue #CDDBFB

Tints of Hawkes Blue #CDDBFB

Color information

#CDDBFB (or 0xCDDBFB) is unknown color: approx Hawkes Blue. HEX triplet: CD, DB and FB. RGB value is (205,219,251). Sum of RGB (Red+Green+Blue) = 205+219+251=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDDBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBFB is #322404. Grayscale: #DADADA. Windows color (decimal): -3286021 or 16505805. OLE color: 16505805.

HSL color Cylindrical-coordinate representation of color #CDDBFB: hue angle of 221.74º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDDBFB is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205219251-
CMYK0.180.1300.02
HSL221.74º85.19%89.41%-
HSV(B)221.74º18.33%98.43%-
XYZ67.9270.61101.32-
YUV218.46146.36118.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.37%
GREEN value IS 219 (85.94% from 255) = 32.44%
BLUE value IS 251 (98.44% from 255) = 37.19%
R=30.37%
G=32.44%
B=37.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052192510.180.1300.02221.7485.1989.41
HexCDDBFB12D02de5559
Octal315333373221502336125131
Binary1100110111011011111110111001011010101101111010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBFB; }

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

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

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

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

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

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

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

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