Html Css Color HEX #D3DCF2 Hawkes Blue

📋 copy color: '#D3DCF2'

red 211 ◦ green 220 ◦ blue 242

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

Shades of Hawkes Blue #D3DCF2

Tints of Hawkes Blue #D3DCF2

RGB

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

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

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

R = 31.35%
G = 32.69%
B = 35.96%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D3DCF2 (or 0xD3DCF2) is known color: Hawkes Blue. HEX triplet: D3, DC and F2. RGB value is (211,220,242). Sum of RGB (Red+Green+Blue) = 211+220+242=673 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.35% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 242 - color contains mainly: blue. Hex color #D3DCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DCF2 is #2C230D. Grayscale: #DBDBDB. Windows color (decimal): -2892558 or 15916243. OLE color: 15916243.

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

Color convert

RGB 211 220 242 -
CMYK 0.13 0.09 0 0.05
HSL 222.58º 0.54% 0.89% -
HSV(B) 222.58º 0.13% 0.95% -
XYZ 68.48 71.45 94.19 -
YUV 219.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 211 220 242 0.13 0.09 0 0.05 222.58 0.54 0.89
Hex D3 DC F2 D 9 0 5 DF 36 59
Octal 323 334 362 15 11 0 5 337 66 131
Binary 11010011 11011100 11110010 1101 1001 0 101 11011111 110110 1011001

Color Harmonies of #D3DCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DCF2

Black with #D3DCF2

Text Example


Text Example

White with #D3DCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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