Html Css Color HEX #D2DFFA Hawkes Blue

📋 copy color: '#D2DFFA'

red 210 ◦ green 223 ◦ blue 250

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

Shades of Hawkes Blue #D2DFFA

Tints of Hawkes Blue #D2DFFA

RGB

 RED value IS 210 (82.42% from 255) = 30.75%

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

 BLUE value IS 250 (98.05% from 255) = 36.6%

R = 30.75%
G = 32.65%
B = 36.6%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D2DFFA (or 0xD2DFFA) is known color: Hawkes Blue. HEX triplet: D2, DF and FA. RGB value is (210,223,250). Sum of RGB (Red+Green+Blue) = 210+223+250=683 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.75% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2DFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DFFA is #2D2005. Grayscale: #DEDEDE. Windows color (decimal): -2957318 or 16441298. OLE color: 16441298.

HSL color Cylindrical-coordinate representation of color #D2DFFA: hue angle of 220.5º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2DFFA is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 223 250 -
CMYK 0.16 0.11 0 0.02
HSL 220.5º 0.8% 0.9% -
HSV(B) 220.5º 0.16% 0.98% -
XYZ 70.22 73.38 100.91 -
YUV 222.19 143.69 119.3 -
System Red Green Blue C M Y K H S L
Decimal 210 223 250 0.16 0.11 0 0.02 220.5 0.8 0.9
Hex D2 DF FA 10 B 0 2 DC 50 5A
Octal 322 337 372 20 13 0 2 334 120 132
Binary 11010010 11011111 11111010 10000 1011 0 10 11011100 1010000 1011010

Color Harmonies of #D2DFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DFFA

Black with #D2DFFA

Text Example


Text Example

White with #D2DFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DFFA; }

 p { color: rgb(210,223,250); }

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

background-color css

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

 a { background-color: rgb(210,223,250); }

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

border-color css

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

 span { border-color: rgb(210,223,250); }

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