Html Css Color HEX #D2DFEF Hawkes Blue

📋 copy color: '#D2DFEF'

red 210 ◦ green 223 ◦ blue 239

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

Shades of Hawkes Blue #D2DFEF

Tints of Hawkes Blue #D2DFEF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.18%

 BLUE value IS 239 (93.75% from 255) = 35.57%

R = 31.25%
G = 33.18%
B = 35.57%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D2DFEF (or 0xD2DFEF) is known color: Hawkes Blue. HEX triplet: D2, DF and EF. RGB value is (210,223,239). Sum of RGB (Red+Green+Blue) = 210+223+239=672 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.25% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2DFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DFEF is #2D2010. Grayscale: #DCDCDC. Windows color (decimal): -2957329 or 15720402. OLE color: 15720402.

HSL color Cylindrical-coordinate representation of color #D2DFEF: hue angle of 213.1º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2DFEF is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 223 239 -
CMYK 0.12 0.07 0 0.06
HSL 213.1º 0.48% 0.88% -
HSV(B) 213.1º 0.12% 0.94% -
XYZ 68.55 72.71 92.08 -
YUV 220.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 210 223 239 0.12 0.07 0 0.06 213.1 0.48 0.88
Hex D2 DF EF C 7 0 6 D5 30 58
Octal 322 337 357 14 7 0 6 325 60 130
Binary 11010010 11011111 11101111 1100 111 0 110 11010101 110000 1011000

Color Harmonies of #D2DFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DFEF

Black with #D2DFEF

Text Example


Text Example

White with #D2DFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DFEF; }

 p { color: rgb(210,223,239); }

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

background-color css

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

 a { background-color: rgb(210,223,239); }

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

border-color css

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

 span { border-color: rgb(210,223,239); }

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