Html Css Color HEX #D2DCFC Hawkes Blue

📋 copy color: '#D2DCFC'

red 210 ◦ green 220 ◦ blue 252

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

Shades of Hawkes Blue #D2DCFC

Tints of Hawkes Blue #D2DCFC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.26%

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

R = 30.79%
G = 32.26%
B = 36.95%

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

#D2DCFC (or 0xD2DCFC) is known color: Hawkes Blue. HEX triplet: D2, DC and FC. RGB value is (210,220,252). Sum of RGB (Red+Green+Blue) = 210+220+252=682 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.79% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2DCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DCFC is #2D2303. Grayscale: #DCDCDC. Windows color (decimal): -2958084 or 16571602. OLE color: 16571602.

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

Color convert

RGB 210 220 252 -
CMYK 0.17 0.13 0 0.01
HSL 225.71º 0.88% 0.91% -
HSV(B) 225.71º 0.17% 0.99% -
XYZ 69.74 71.92 102.3 -
YUV 220.66 145.69 120.4 -
System Red Green Blue C M Y K H S L
Decimal 210 220 252 0.17 0.13 0 0.01 225.71 0.88 0.91
Hex D2 DC FC 11 D 0 1 E2 58 5B
Octal 322 334 374 21 15 0 1 342 130 133
Binary 11010010 11011100 11111100 10001 1101 0 1 11100010 1011000 1011011

Color Harmonies of #D2DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DCFC

Black with #D2DCFC

Text Example


Text Example

White with #D2DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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