Html Css Color HEX #D2DDFA Hawkes Blue

📋 copy color: '#D2DDFA'

red 210 ◦ green 221 ◦ blue 250

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

Shades of Hawkes Blue #D2DDFA

Tints of Hawkes Blue #D2DDFA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.45%

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

R = 30.84%
G = 32.45%
B = 36.71%

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

#D2DDFA (or 0xD2DDFA) is known color: Hawkes Blue. HEX triplet: D2, DD and FA. RGB value is (210,221,250). Sum of RGB (Red+Green+Blue) = 210+221+250=681 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.84% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2DDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DDFA is #2D2205. Grayscale: #DCDCDC. Windows color (decimal): -2957830 or 16440786. OLE color: 16440786.

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

Color convert

RGB 210 221 250 -
CMYK 0.16 0.12 0 0.02
HSL 223.5º 0.8% 0.9% -
HSV(B) 223.5º 0.16% 0.98% -
XYZ 69.69 72.32 100.73 -
YUV 221.02 144.36 120.14 -
System Red Green Blue C M Y K H S L
Decimal 210 221 250 0.16 0.12 0 0.02 223.5 0.8 0.9
Hex D2 DD FA 10 C 0 2 E0 50 5A
Octal 322 335 372 20 14 0 2 340 120 132
Binary 11010010 11011101 11111010 10000 1100 0 10 11100000 1010000 1011010

Color Harmonies of #D2DDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DDFA

Black with #D2DDFA

Text Example


Text Example

White with #D2DDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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