Html Css Color HEX #D2E3FF Hawkes Blue

📋 copy color: '#D2E3FF'

red 210 ◦ green 227 ◦ blue 255

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

Shades of Hawkes Blue #D2E3FF

Tints of Hawkes Blue #D2E3FF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 32.8%

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

R = 30.35%
G = 32.8%
B = 36.85%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D2E3FF (or 0xD2E3FF) is known color: Hawkes Blue. HEX triplet: D2, E3 and FF. RGB value is (210,227,255). Sum of RGB (Red+Green+Blue) = 210+227+255=692 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.35% from 692); Green value is 227 (89.06% from 255 or 32.80% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2E3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2E3FF is #2D1C00. Grayscale: #E0E0E0. Windows color (decimal): -2956289 or 16770002. OLE color: 16770002.

HSL color Cylindrical-coordinate representation of color #D2E3FF: hue angle of 217.33º 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 #D2E3FF is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 210 227 255 -
CMYK 0.18 0.11 0 0
HSL 217.33º 1% 0.91% -
HSV(B) 217.33º 0.18% 1% -
XYZ 72.1 75.86 105.45 -
YUV 225.11 144.87 117.22 -
System Red Green Blue C M Y K H S L
Decimal 210 227 255 0.18 0.11 0 0 217.33 1 0.91
Hex D2 E3 FF 12 B 0 0 D9 64 5B
Octal 322 343 377 22 13 0 0 331 144 133
Binary 11010010 11100011 11111111 10010 1011 0 0 11011001 1100100 1011011

Color Harmonies of #D2E3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E3FF

Black with #D2E3FF

Text Example


Text Example

White with #D2E3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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