Html Css Color HEX #D5DDF0 Hawkes Blue

📋 copy color: '#D5DDF0'

red 213 ◦ green 221 ◦ blue 240

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

Shades of Hawkes Blue #D5DDF0

Tints of Hawkes Blue #D5DDF0

RGB

 RED value IS 213 (83.59% from 255) = 31.6%

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

 BLUE value IS 240 (94.14% from 255) = 35.61%

R = 31.6%
G = 32.79%
B = 35.61%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D5DDF0 (or 0xD5DDF0) is known color: Hawkes Blue. HEX triplet: D5, DD and F0. RGB value is (213,221,240). Sum of RGB (Red+Green+Blue) = 213+221+240=674 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.60% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 240 (94.14% from 255 or 35.61% from 674); Max value from RGB is 240 - color contains mainly: blue. Hex color #D5DDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DDF0 is #2A220F. Grayscale: #DCDCDC. Windows color (decimal): -2761232 or 15785429. OLE color: 15785429.

HSL color Cylindrical-coordinate representation of color #D5DDF0: hue angle of 222.22º degrees, saturation: 0.47, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5DDF0 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 221 240 -
CMYK 0.11 0.08 0 0.06
HSL 222.22º 0.47% 0.89% -
HSV(B) 222.22º 0.11% 0.94% -
XYZ 69.03 72.15 92.73 -
YUV 220.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 213 221 240 0.11 0.08 0 0.06 222.22 0.47 0.89
Hex D5 DD F0 B 8 0 6 DE 2F 59
Octal 325 335 360 13 10 0 6 336 57 131
Binary 11010101 11011101 11110000 1011 1000 0 110 11011110 101111 1011001

Color Harmonies of #D5DDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DDF0

Black with #D5DDF0

Text Example


Text Example

White with #D5DDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DDF0; }

 p { color: rgb(213,221,240); }

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

background-color css

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

 a { background-color: rgb(213,221,240); }

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

border-color css

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

 span { border-color: rgb(213,221,240); }

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