Html Css Color HEX #D5DDFB Hawkes Blue

📋 copy color: '#D5DDFB'

red 213 ◦ green 221 ◦ blue 251

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

Shades of Hawkes Blue #D5DDFB

Tints of Hawkes Blue #D5DDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.64%

R = 31.09%
G = 32.26%
B = 36.64%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D5DDFB (or 0xD5DDFB) is known color: Hawkes Blue. HEX triplet: D5, DD and FB. RGB value is (213,221,251). Sum of RGB (Red+Green+Blue) = 213+221+251=685 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.09% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5DDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DDFB is #2A2204. Grayscale: #DDDDDD. Windows color (decimal): -2761221 or 16506325. OLE color: 16506325.

HSL color Cylindrical-coordinate representation of color #D5DDFB: hue angle of 227.37º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5DDFB is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 221 251 -
CMYK 0.15 0.12 0 0.02
HSL 227.37º 0.83% 0.91% -
HSV(B) 227.37º 0.15% 0.98% -
XYZ 70.71 72.82 101.6 -
YUV 222.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 213 221 251 0.15 0.12 0 0.02 227.37 0.83 0.91
Hex D5 DD FB F C 0 2 E3 53 5B
Octal 325 335 373 17 14 0 2 343 123 133
Binary 11010101 11011101 11111011 1111 1100 0 10 11100011 1010011 1011011

Color Harmonies of #D5DDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DDFB

Black with #D5DDFB

Text Example


Text Example

White with #D5DDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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