Html Css Color HEX #D2DBFF Hawkes Blue

📋 copy color: '#D2DBFF'

red 210 ◦ green 219 ◦ blue 255

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

Shades of Hawkes Blue #D2DBFF

Tints of Hawkes Blue #D2DBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.28%

R = 30.7%
G = 32.02%
B = 37.28%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D2DBFF (or 0xD2DBFF) is known color: Hawkes Blue. HEX triplet: D2, DB and FF. RGB value is (210,219,255). Sum of RGB (Red+Green+Blue) = 210+219+255=684 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.70% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DBFF is #2D2400. Grayscale: #DCDCDC. Windows color (decimal): -2958337 or 16767954. OLE color: 16767954.

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

Color convert

RGB 210 219 255 -
CMYK 0.18 0.14 0 0
HSL 228º 1% 0.91% -
HSV(B) 228º 0.18% 1% -
XYZ 69.96 71.58 104.74 -
YUV 220.41 147.52 120.57 -
System Red Green Blue C M Y K H S L
Decimal 210 219 255 0.18 0.14 0 0 228 1 0.91
Hex D2 DB FF 12 E 0 0 E4 64 5B
Octal 322 333 377 22 16 0 0 344 144 133
Binary 11010010 11011011 11111111 10010 1110 0 0 11100100 1100100 1011011

Color Harmonies of #D2DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DBFF

Black with #D2DBFF

Text Example


Text Example

White with #D2DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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