Html Css Color HEX #D0D3E7 Hawkes Blue

📋 copy color: '#D0D3E7'

red 208 ◦ green 211 ◦ blue 231

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

Shades of Hawkes Blue #D0D3E7

Tints of Hawkes Blue #D0D3E7

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.46%

 BLUE value IS 231 (90.63% from 255) = 35.54%

R = 32%
G = 32.46%
B = 35.54%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D0D3E7 (or 0xD0D3E7) is known color: Hawkes Blue. HEX triplet: D0, D3 and E7. RGB value is (208,211,231). Sum of RGB (Red+Green+Blue) = 208+211+231=650 (86% of max value = 765). Red value is 208 (81.64% from 255 or 32% from 650); Green value is 211 (82.81% from 255 or 32.46% from 650); Blue value is 231 (90.62% from 255 or 35.54% from 650); Max value from RGB is 231 - color contains mainly: blue. Hex color #D0D3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D3E7 is #2F2C18. Grayscale: #D4D4D4. Windows color (decimal): -3091481 or 15193040. OLE color: 15193040.

HSL color Cylindrical-coordinate representation of color #D0D3E7: hue angle of 232.17º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0D3E7 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 211 231 -
CMYK 0.10 0.09 0 0.09
HSL 232.17º 0.32% 0.86% -
HSV(B) 232.17º 0.1% 0.91% -
XYZ 63.73 65.77 84.94 -
YUV 212.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 208 211 231 0.10 0.09 0 0.09 232.17 0.32 0.86
Hex D0 D3 E7 A 9 0 9 E8 20 56
Octal 320 323 347 12 11 0 11 350 40 126
Binary 11010000 11010011 11100111 1010 1001 0 1001 11101000 100000 1010110

Color Harmonies of #D0D3E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D3E7

Black with #D0D3E7

Text Example


Text Example

White with #D0D3E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D3E7; }

 p { color: rgb(208,211,231); }

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

background-color css

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

 a { background-color: rgb(208,211,231); }

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

border-color css

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

 span { border-color: rgb(208,211,231); }

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