Html Css Color HEX #D0DDFB Hawkes Blue

📋 copy color: '#D0DDFB'

red 208 ◦ green 221 ◦ blue 251

#D0DDFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hawkes Blue #D0DDFB

Tints of Hawkes Blue #D0DDFB

RGB

 RED value IS 208 (81.64% from 255) = 30.59%

 GREEN value IS 221 (86.72% from 255) = 32.5%

 BLUE value IS 251 (98.44% from 255) = 36.91%

R = 30.59%
G = 32.5%
B = 36.91%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D0DDFB (or 0xD0DDFB) is known color: Hawkes Blue. HEX triplet: D0, DD and FB. RGB value is (208,221,251). Sum of RGB (Red+Green+Blue) = 208+221+251=680 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.59% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0DDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DDFB is #2F2204. Grayscale: #DCDCDC. Windows color (decimal): -3088901 or 16506320. OLE color: 16506320.

HSL color Cylindrical-coordinate representation of color #D0DDFB: hue angle of 221.86º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0DDFB is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 221 251 -
CMYK 0.17 0.12 0 0.02
HSL 221.86º 0.84% 0.9% -
HSV(B) 221.86º 0.17% 0.98% -
XYZ 69.28 72.09 101.53 -
YUV 220.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 208 221 251 0.17 0.12 0 0.02 221.86 0.84 0.9
Hex D0 DD FB 11 C 0 2 DE 54 5A
Octal 320 335 373 21 14 0 2 336 124 132
Binary 11010000 11011101 11111011 10001 1100 0 10 11011110 1010100 1011010

Color Harmonies of #D0DDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DDFB

Black with #D0DDFB

Text Example


Text Example

White with #D0DDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DDFB; }

 p { color: rgb(208,221,251); }

 H1.HeaderClassName
 {
   color: #D0DDFB;
 }
 .AnyTagClassName
 {
   color: #D0DDFB;
 }
</style>

background-color css

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

 a { background-color: rgb(208,221,251); }

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

border-color css

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

 span { border-color: rgb(208,221,251); }

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