Html Css Color HEX #D1E2FF Hawkes Blue

📋 copy color: '#D1E2FF'

red 209 ◦ green 226 ◦ blue 255

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

Shades of Hawkes Blue #D1E2FF

Tints of Hawkes Blue #D1E2FF

RGB

 RED value IS 209 (82.03% from 255) = 30.29%

 GREEN value IS 226 (88.67% from 255) = 32.75%

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

R = 30.29%
G = 32.75%
B = 36.96%

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

#D1E2FF (or 0xD1E2FF) is known color: Hawkes Blue. HEX triplet: D1, E2 and FF. RGB value is (209,226,255). Sum of RGB (Red+Green+Blue) = 209+226+255=690 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.29% from 690); Green value is 226 (88.67% from 255 or 32.75% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1E2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1E2FF is #2E1D00. Grayscale: #E0E0E0. Windows color (decimal): -3022081 or 16769745. OLE color: 16769745.

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

Color convert

RGB 209 226 255 -
CMYK 0.18 0.11 0 0
HSL 217.83º 1% 0.91% -
HSV(B) 217.83º 0.18% 1% -
XYZ 71.54 75.17 105.35 -
YUV 224.22 145.37 117.14 -
System Red Green Blue C M Y K H S L
Decimal 209 226 255 0.18 0.11 0 0 217.83 1 0.91
Hex D1 E2 FF 12 B 0 0 DA 64 5B
Octal 321 342 377 22 13 0 0 332 144 133
Binary 11010001 11100010 11111111 10010 1011 0 0 11011010 1100100 1011011

Color Harmonies of #D1E2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E2FF

Black with #D1E2FF

Text Example


Text Example

White with #D1E2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E2FF; }

 p { color: rgb(209,226,255); }

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

background-color css

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

 a { background-color: rgb(209,226,255); }

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

border-color css

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

 span { border-color: rgb(209,226,255); }

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