Html Css Color HEX #D2DCFA Hawkes Blue

📋 copy color: '#D2DCFA'

red 210 ◦ green 220 ◦ blue 250

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

Shades of Hawkes Blue #D2DCFA

Tints of Hawkes Blue #D2DCFA

RGB

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

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

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

R = 30.88%
G = 32.35%
B = 36.76%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D2DCFA (or 0xD2DCFA) is known color: Hawkes Blue. HEX triplet: D2, DC and FA. RGB value is (210,220,250). Sum of RGB (Red+Green+Blue) = 210+220+250=680 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.88% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DCFA is #2D2305. Grayscale: #DCDCDC. Windows color (decimal): -2958086 or 16440530. OLE color: 16440530.

HSL color Cylindrical-coordinate representation of color #D2DCFA: hue angle of 225º 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 #D2DCFA is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 220 250 -
CMYK 0.16 0.12 0 0.02
HSL 225º 0.8% 0.9% -
HSV(B) 225º 0.16% 0.98% -
XYZ 69.43 71.79 100.64 -
YUV 220.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 210 220 250 0.16 0.12 0 0.02 225 0.8 0.9
Hex D2 DC FA 10 C 0 2 E1 50 5A
Octal 322 334 372 20 14 0 2 341 120 132
Binary 11010010 11011100 11111010 10000 1100 0 10 11100001 1010000 1011010

Color Harmonies of #D2DCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DCFA

Black with #D2DCFA

Text Example


Text Example

White with #D2DCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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