Html Css Color HEX #D3DAEC Hawkes Blue

📋 copy color: '#D3DAEC'

red 211 ◦ green 218 ◦ blue 236

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

Shades of Hawkes Blue #D3DAEC

Tints of Hawkes Blue #D3DAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.78%

 BLUE value IS 236 (92.58% from 255) = 35.49%

R = 31.73%
G = 32.78%
B = 35.49%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D3DAEC (or 0xD3DAEC) is known color: Hawkes Blue. HEX triplet: D3, DA and EC. RGB value is (211,218,236). Sum of RGB (Red+Green+Blue) = 211+218+236=665 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.73% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DAEC is #2C2513. Grayscale: #D9D9D9. Windows color (decimal): -2893076 or 15522515. OLE color: 15522515.

HSL color Cylindrical-coordinate representation of color #D3DAEC: hue angle of 223.2º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3DAEC is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 218 236 -
CMYK 0.11 0.08 0 0.07
HSL 223.2º 0.4% 0.88% -
HSV(B) 223.2º 0.11% 0.93% -
XYZ 67.08 70.05 89.34 -
YUV 217.96 138.18 123.04 -
System Red Green Blue C M Y K H S L
Decimal 211 218 236 0.11 0.08 0 0.07 223.2 0.4 0.88
Hex D3 DA EC B 8 0 7 DF 28 58
Octal 323 332 354 13 10 0 7 337 50 130
Binary 11010011 11011010 11101100 1011 1000 0 111 11011111 101000 1011000

Color Harmonies of #D3DAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DAEC

Black with #D3DAEC

Text Example


Text Example

White with #D3DAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DAEC; }

 p { color: rgb(211,218,236); }

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

background-color css

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

 a { background-color: rgb(211,218,236); }

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

border-color css

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

 span { border-color: rgb(211,218,236); }

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