Html Css Color HEX #D0DBF1 Hawkes Blue

📋 copy color: '#D0DBF1'

red 208 ◦ green 219 ◦ blue 241

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

Shades of Hawkes Blue #D0DBF1

Tints of Hawkes Blue #D0DBF1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.78%

 BLUE value IS 241 (94.53% from 255) = 36.08%

R = 31.14%
G = 32.78%
B = 36.08%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D0DBF1 (or 0xD0DBF1) is known color: Hawkes Blue. HEX triplet: D0, DB and F1. RGB value is (208,219,241). Sum of RGB (Red+Green+Blue) = 208+219+241=668 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.14% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0DBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DBF1 is #2F240E. Grayscale: #DADADA. Windows color (decimal): -3089423 or 15850448. OLE color: 15850448.

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

Color convert

RGB 208 219 241 -
CMYK 0.14 0.09 0 0.05
HSL 220º 0.54% 0.88% -
HSV(B) 220º 0.14% 0.95% -
XYZ 67.22 70.42 93.27 -
YUV 218.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 208 219 241 0.14 0.09 0 0.05 220 0.54 0.88
Hex D0 DB F1 E 9 0 5 DC 36 58
Octal 320 333 361 16 11 0 5 334 66 130
Binary 11010000 11011011 11110001 1110 1001 0 101 11011100 110110 1011000

Color Harmonies of #D0DBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DBF1

Black with #D0DBF1

Text Example


Text Example

White with #D0DBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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