Html Css Color HEX #D0DCF2 Hawkes Blue

📋 copy color: '#D0DCF2'

red 208 ◦ green 220 ◦ blue 242

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

Shades of Hawkes Blue #D0DCF2

Tints of Hawkes Blue #D0DCF2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.84%

 BLUE value IS 242 (94.92% from 255) = 36.12%

R = 31.04%
G = 32.84%
B = 36.12%

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

#D0DCF2 (or 0xD0DCF2) is known color: Hawkes Blue. HEX triplet: D0, DC and F2. RGB value is (208,220,242). Sum of RGB (Red+Green+Blue) = 208+220+242=670 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.04% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 242 - color contains mainly: blue. Hex color #D0DCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DCF2 is #2F230D. Grayscale: #DADADA. Windows color (decimal): -3089166 or 15916240. OLE color: 15916240.

HSL color Cylindrical-coordinate representation of color #D0DCF2: hue angle of 218.82º degrees, saturation: 0.57, 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 #D0DCF2 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 220 242 -
CMYK 0.14 0.09 0 0.05
HSL 218.82º 0.57% 0.88% -
HSV(B) 218.82º 0.14% 0.95% -
XYZ 67.63 71.01 94.15 -
YUV 218.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 208 220 242 0.14 0.09 0 0.05 218.82 0.57 0.88
Hex D0 DC F2 E 9 0 5 DB 39 58
Octal 320 334 362 16 11 0 5 333 71 130
Binary 11010000 11011100 11110010 1110 1001 0 101 11011011 111001 1011000

Color Harmonies of #D0DCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DCF2

Black with #D0DCF2

Text Example


Text Example

White with #D0DCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DCF2; }

 p { color: rgb(208,220,242); }

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

background-color css

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

 a { background-color: rgb(208,220,242); }

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

border-color css

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

 span { border-color: rgb(208,220,242); }

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