Html Css Color HEX #D2D9F2 Hawkes Blue

📋 copy color: '#D2D9F2'

red 210 ◦ green 217 ◦ blue 242

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

Shades of Hawkes Blue #D2D9F2

Tints of Hawkes Blue #D2D9F2

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.44%

 BLUE value IS 242 (94.92% from 255) = 36.17%

R = 31.39%
G = 32.44%
B = 36.17%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D2D9F2 (or 0xD2D9F2) is known color: Hawkes Blue. HEX triplet: D2, D9 and F2. RGB value is (210,217,242). Sum of RGB (Red+Green+Blue) = 210+217+242=669 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.39% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 242 - color contains mainly: blue. Hex color #D2D9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D9F2 is #2D260D. Grayscale: #D9D9D9. Windows color (decimal): -2958862 or 15915474. OLE color: 15915474.

HSL color Cylindrical-coordinate representation of color #D2D9F2: hue angle of 226.88º degrees, saturation: 0.55, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2D9F2 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 217 242 -
CMYK 0.13 0.10 0 0.05
HSL 226.88º 0.55% 0.89% -
HSV(B) 226.88º 0.13% 0.95% -
XYZ 67.42 69.74 93.91 -
YUV 217.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 210 217 242 0.13 0.10 0 0.05 226.88 0.55 0.89
Hex D2 D9 F2 D A 0 5 E3 37 59
Octal 322 331 362 15 12 0 5 343 67 131
Binary 11010010 11011001 11110010 1101 1010 0 101 11100011 110111 1011001

Color Harmonies of #D2D9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D9F2

Black with #D2D9F2

Text Example


Text Example

White with #D2D9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D9F2; }

 p { color: rgb(210,217,242); }

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

background-color css

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

 a { background-color: rgb(210,217,242); }

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

border-color css

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

 span { border-color: rgb(210,217,242); }

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