Html Css Color HEX #D2DAFE Hawkes Blue

📋 copy color: '#D2DAFE'

red 210 ◦ green 218 ◦ blue 254

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

Shades of Hawkes Blue #D2DAFE

Tints of Hawkes Blue #D2DAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.24%

R = 30.79%
G = 31.96%
B = 37.24%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D2DAFE (or 0xD2DAFE) is known color: Hawkes Blue. HEX triplet: D2, DA and FE. RGB value is (210,218,254). Sum of RGB (Red+Green+Blue) = 210+218+254=682 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.79% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DAFE is #2D2501. Grayscale: #DBDBDB. Windows color (decimal): -2958594 or 16702162. OLE color: 16702162.

HSL color Cylindrical-coordinate representation of color #D2DAFE: hue angle of 229.09º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2DAFE is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 210 218 254 -
CMYK 0.17 0.14 0 0.00
HSL 229.09º 0.96% 0.91% -
HSV(B) 229.09º 0.17% 1% -
XYZ 69.54 71 103.81 -
YUV 219.71 147.35 121.07 -
System Red Green Blue C M Y K H S L
Decimal 210 218 254 0.17 0.14 0 0.00 229.09 0.96 0.91
Hex D2 DA FE 11 E 0 0 E5 60 5B
Octal 322 332 376 21 16 0 0 345 140 133
Binary 11010010 11011010 11111110 10001 1110 0 0 11100101 1100000 1011011

Color Harmonies of #D2DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DAFE

Black with #D2DAFE

Text Example


Text Example

White with #D2DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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