Html Css Color HEX #D3DFF0 Hawkes Blue

📋 copy color: '#D3DFF0'

red 211 ◦ green 223 ◦ blue 240

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

Shades of Hawkes Blue #D3DFF0

Tints of Hawkes Blue #D3DFF0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.09%

 BLUE value IS 240 (94.14% from 255) = 35.61%

R = 31.31%
G = 33.09%
B = 35.61%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D3DFF0 (or 0xD3DFF0) is known color: Hawkes Blue. HEX triplet: D3, DF and F0. RGB value is (211,223,240). Sum of RGB (Red+Green+Blue) = 211+223+240=674 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.31% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 240 (94.14% from 255 or 35.61% from 674); Max value from RGB is 240 - color contains mainly: blue. Hex color #D3DFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DFF0 is #2C200F. Grayscale: #DDDDDD. Windows color (decimal): -2891792 or 15785939. OLE color: 15785939.

HSL color Cylindrical-coordinate representation of color #D3DFF0: hue angle of 215.17º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3DFF0 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 223 240 -
CMYK 0.12 0.07 0 0.06
HSL 215.17º 0.49% 0.88% -
HSV(B) 215.17º 0.12% 0.94% -
XYZ 68.98 72.92 92.88 -
YUV 221.35 138.52 120.62 -
System Red Green Blue C M Y K H S L
Decimal 211 223 240 0.12 0.07 0 0.06 215.17 0.49 0.88
Hex D3 DF F0 C 7 0 6 D7 31 58
Octal 323 337 360 14 7 0 6 327 61 130
Binary 11010011 11011111 11110000 1100 111 0 110 11010111 110001 1011000

Color Harmonies of #D3DFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DFF0

Black with #D3DFF0

Text Example


Text Example

White with #D3DFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DFF0; }

 p { color: rgb(211,223,240); }

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

background-color css

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

 a { background-color: rgb(211,223,240); }

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

border-color css

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

 span { border-color: rgb(211,223,240); }

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