Html Css Color HEX #D3DCF1 Hawkes Blue

📋 copy color: '#D3DCF1'

red 211 ◦ green 220 ◦ blue 241

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

Shades of Hawkes Blue #D3DCF1

Tints of Hawkes Blue #D3DCF1

RGB

 RED value IS 211 (82.81% from 255) = 31.4%

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

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

R = 31.4%
G = 32.74%
B = 35.86%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D3DCF1 (or 0xD3DCF1) is known color: Hawkes Blue. HEX triplet: D3, DC and F1. RGB value is (211,220,241). Sum of RGB (Red+Green+Blue) = 211+220+241=672 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.40% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: blue. Hex color #D3DCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DCF1 is #2C230E. Grayscale: #DBDBDB. Windows color (decimal): -2892559 or 15850707. OLE color: 15850707.

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

Color convert

RGB 211 220 241 -
CMYK 0.12 0.09 0 0.05
HSL 222º 0.52% 0.89% -
HSV(B) 222º 0.12% 0.95% -
XYZ 68.33 71.39 93.4 -
YUV 219.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 211 220 241 0.12 0.09 0 0.05 222 0.52 0.89
Hex D3 DC F1 C 9 0 5 DE 34 59
Octal 323 334 361 14 11 0 5 336 64 131
Binary 11010011 11011100 11110001 1100 1001 0 101 11011110 110100 1011001

Color Harmonies of #D3DCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DCF1

Black with #D3DCF1

Text Example


Text Example

White with #D3DCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DCF1; }

 p { color: rgb(211,220,241); }

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

background-color css

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

 a { background-color: rgb(211,220,241); }

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

border-color css

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

 span { border-color: rgb(211,220,241); }

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