Html Css Color HEX #D2E5FF Hawkes Blue

📋 copy color: '#D2E5FF'

red 210 ◦ green 229 ◦ blue 255

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

Shades of Hawkes Blue #D2E5FF

Tints of Hawkes Blue #D2E5FF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33%

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

R = 30.26%
G = 33%
B = 36.74%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D2E5FF (or 0xD2E5FF) is known color: Hawkes Blue. HEX triplet: D2, E5 and FF. RGB value is (210,229,255). Sum of RGB (Red+Green+Blue) = 210+229+255=694 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.26% from 694); Green value is 229 (89.84% from 255 or 33.00% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2E5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2E5FF is #2D1A00. Grayscale: #E2E2E2. Windows color (decimal): -2955777 or 16770514. OLE color: 16770514.

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

Color convert

RGB 210 229 255 -
CMYK 0.18 0.10 0 0
HSL 214.67º 1% 0.91% -
HSV(B) 214.67º 0.18% 1% -
XYZ 72.65 76.96 105.63 -
YUV 226.28 144.21 116.39 -
System Red Green Blue C M Y K H S L
Decimal 210 229 255 0.18 0.10 0 0 214.67 1 0.91
Hex D2 E5 FF 12 A 0 0 D7 64 5B
Octal 322 345 377 22 12 0 0 327 144 133
Binary 11010010 11100101 11111111 10010 1010 0 0 11010111 1100100 1011011

Color Harmonies of #D2E5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E5FF

Black with #D2E5FF

Text Example


Text Example

White with #D2E5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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