Html Css Color HEX #D5DDFC Hawkes Blue

📋 copy color: '#D5DDFC'

red 213 ◦ green 221 ◦ blue 252

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

Shades of Hawkes Blue #D5DDFC

Tints of Hawkes Blue #D5DDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.73%

R = 31.05%
G = 32.22%
B = 36.73%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D5DDFC (or 0xD5DDFC) is known color: Hawkes Blue. HEX triplet: D5, DD and FC. RGB value is (213,221,252). Sum of RGB (Red+Green+Blue) = 213+221+252=686 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.05% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5DDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DDFC is #2A2203. Grayscale: #DEDEDE. Windows color (decimal): -2761220 or 16571861. OLE color: 16571861.

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

Color convert

RGB 213 221 252 -
CMYK 0.15 0.12 0 0.01
HSL 227.69º 0.87% 0.91% -
HSV(B) 227.69º 0.15% 0.99% -
XYZ 70.87 72.89 102.43 -
YUV 222.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 213 221 252 0.15 0.12 0 0.01 227.69 0.87 0.91
Hex D5 DD FC F C 0 1 E4 57 5B
Octal 325 335 374 17 14 0 1 344 127 133
Binary 11010101 11011101 11111100 1111 1100 0 1 11100100 1010111 1011011

Color Harmonies of #D5DDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DDFC

Black with #D5DDFC

Text Example


Text Example

White with #D5DDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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