Html Css Color HEX #D2DEFA Hawkes Blue

📋 copy color: '#D2DEFA'

red 210 ◦ green 222 ◦ blue 250

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

Shades of Hawkes Blue #D2DEFA

Tints of Hawkes Blue #D2DEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.55%

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

R = 30.79%
G = 32.55%
B = 36.66%

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

#D2DEFA (or 0xD2DEFA) is known color: Hawkes Blue. HEX triplet: D2, DE and FA. RGB value is (210,222,250). Sum of RGB (Red+Green+Blue) = 210+222+250=682 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.79% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2DEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DEFA is #2D2105. Grayscale: #DDDDDD. Windows color (decimal): -2957574 or 16441042. OLE color: 16441042.

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

Color convert

RGB 210 222 250 -
CMYK 0.16 0.11 0 0.02
HSL 222º 0.8% 0.9% -
HSV(B) 222º 0.16% 0.98% -
XYZ 69.95 72.85 100.82 -
YUV 221.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 210 222 250 0.16 0.11 0 0.02 222 0.8 0.9
Hex D2 DE FA 10 B 0 2 DE 50 5A
Octal 322 336 372 20 13 0 2 336 120 132
Binary 11010010 11011110 11111010 10000 1011 0 10 11011110 1010000 1011010

Color Harmonies of #D2DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DEFA

Black with #D2DEFA

Text Example


Text Example

White with #D2DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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