Html Css Color HEX #D2DBFA Hawkes Blue

📋 copy color: '#D2DBFA'

red 210 ◦ green 219 ◦ blue 250

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

Shades of Hawkes Blue #D2DBFA

Tints of Hawkes Blue #D2DBFA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.25%

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

R = 30.93%
G = 32.25%
B = 36.82%

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

#D2DBFA (or 0xD2DBFA) is known color: Hawkes Blue. HEX triplet: D2, DB and FA. RGB value is (210,219,250). Sum of RGB (Red+Green+Blue) = 210+219+250=679 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.93% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2DBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DBFA is #2D2405. Grayscale: #DBDBDB. Windows color (decimal): -2958342 or 16440274. OLE color: 16440274.

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

Color convert

RGB 210 219 250 -
CMYK 0.16 0.12 0 0.02
HSL 226.5º 0.8% 0.9% -
HSV(B) 226.5º 0.16% 0.98% -
XYZ 69.17 71.27 100.55 -
YUV 219.84 145.02 120.98 -
System Red Green Blue C M Y K H S L
Decimal 210 219 250 0.16 0.12 0 0.02 226.5 0.8 0.9
Hex D2 DB FA 10 C 0 2 E2 50 5A
Octal 322 333 372 20 14 0 2 342 120 132
Binary 11010010 11011011 11111010 10000 1100 0 10 11100010 1010000 1011010

Color Harmonies of #D2DBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DBFA

Black with #D2DBFA

Text Example


Text Example

White with #D2DBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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