Html Css Color HEX #D2DDFE Hawkes Blue

📋 copy color: '#D2DDFE'

red 210 ◦ green 221 ◦ blue 254

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

Shades of Hawkes Blue #D2DDFE

Tints of Hawkes Blue #D2DDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.26%

 BLUE value IS 254 (99.61% from 255) = 37.08%

R = 30.66%
G = 32.26%
B = 37.08%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D2DDFE (or 0xD2DDFE) is known color: Hawkes Blue. HEX triplet: D2, DD and FE. RGB value is (210,221,254). Sum of RGB (Red+Green+Blue) = 210+221+254=685 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.66% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2DDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DDFE is #2D2201. Grayscale: #DDDDDD. Windows color (decimal): -2957826 or 16702930. OLE color: 16702930.

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

Color convert

RGB 210 221 254 -
CMYK 0.17 0.13 0 0.00
HSL 225º 0.96% 0.91% -
HSV(B) 225º 0.17% 1% -
XYZ 70.32 72.57 104.07 -
YUV 221.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 210 221 254 0.17 0.13 0 0.00 225 0.96 0.91
Hex D2 DD FE 11 D 0 0 E1 60 5B
Octal 322 335 376 21 15 0 0 341 140 133
Binary 11010010 11011101 11111110 10001 1101 0 0 11100001 1100000 1011011

Color Harmonies of #D2DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DDFE

Black with #D2DDFE

Text Example


Text Example

White with #D2DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DDFE; }

 p { color: rgb(210,221,254); }

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

background-color css

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

 a { background-color: rgb(210,221,254); }

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

border-color css

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

 span { border-color: rgb(210,221,254); }

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