Html Css Color HEX #D2DAFA Hawkes Blue

📋 copy color: '#D2DAFA'

red 210 ◦ green 218 ◦ blue 250

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

Shades of Hawkes Blue #D2DAFA

Tints of Hawkes Blue #D2DAFA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.15%

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

R = 30.97%
G = 32.15%
B = 36.87%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D2DAFA (or 0xD2DAFA) is known color: Hawkes Blue. HEX triplet: D2, DA and FA. RGB value is (210,218,250). Sum of RGB (Red+Green+Blue) = 210+218+250=678 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.97% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DAFA is #2D2505. Grayscale: #DBDBDB. Windows color (decimal): -2958598 or 16440018. OLE color: 16440018.

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

Color convert

RGB 210 218 250 -
CMYK 0.16 0.13 0 0.02
HSL 228º 0.8% 0.9% -
HSV(B) 228º 0.16% 0.98% -
XYZ 68.91 70.75 100.47 -
YUV 219.26 145.35 121.4 -
System Red Green Blue C M Y K H S L
Decimal 210 218 250 0.16 0.13 0 0.02 228 0.8 0.9
Hex D2 DA FA 10 D 0 2 E4 50 5A
Octal 322 332 372 20 15 0 2 344 120 132
Binary 11010010 11011010 11111010 10000 1101 0 10 11100100 1010000 1011010

Color Harmonies of #D2DAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DAFA

Black with #D2DAFA

Text Example


Text Example

White with #D2DAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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