Html Css Color HEX #D2DBFC Hawkes Blue

📋 copy color: '#D2DBFC'

red 210 ◦ green 219 ◦ blue 252

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

Shades of Hawkes Blue #D2DBFC

Tints of Hawkes Blue #D2DBFC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.16%

 BLUE value IS 252 (98.83% from 255) = 37%

R = 30.84%
G = 32.16%
B = 37%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D2DBFC (or 0xD2DBFC) is known color: Hawkes Blue. HEX triplet: D2, DB and FC. RGB value is (210,219,252). Sum of RGB (Red+Green+Blue) = 210+219+252=681 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.84% from 681); Green value is 219 (85.94% from 255 or 32.16% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2DBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DBFC is #2D2403. Grayscale: #DBDBDB. Windows color (decimal): -2958340 or 16571346. OLE color: 16571346.

HSL color Cylindrical-coordinate representation of color #D2DBFC: hue angle of 227.14º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2DBFC is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 219 252 -
CMYK 0.17 0.13 0 0.01
HSL 227.14º 0.88% 0.91% -
HSV(B) 227.14º 0.17% 0.99% -
XYZ 69.48 71.39 102.21 -
YUV 220.07 146.02 120.82 -
System Red Green Blue C M Y K H S L
Decimal 210 219 252 0.17 0.13 0 0.01 227.14 0.88 0.91
Hex D2 DB FC 11 D 0 1 E3 58 5B
Octal 322 333 374 21 15 0 1 343 130 133
Binary 11010010 11011011 11111100 10001 1101 0 1 11100011 1011000 1011011

Color Harmonies of #D2DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DBFC

Black with #D2DBFC

Text Example


Text Example

White with #D2DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DBFC; }

 p { color: rgb(210,219,252); }

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

background-color css

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

 a { background-color: rgb(210,219,252); }

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

border-color css

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

 span { border-color: rgb(210,219,252); }

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