Html Css Color HEX #D5DCE4 Hawkes Blue

📋 copy color: '#D5DCE4'

red 213 ◦ green 220 ◦ blue 228

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

Shades of Hawkes Blue #D5DCE4

Tints of Hawkes Blue #D5DCE4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.28%

 BLUE value IS 228 (89.45% from 255) = 34.49%

R = 32.22%
G = 33.28%
B = 34.49%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D5DCE4 (or 0xD5DCE4) is known color: Hawkes Blue. HEX triplet: D5, DC and E4. RGB value is (213,220,228). Sum of RGB (Red+Green+Blue) = 213+220+228=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 228 (89.45% from 255 or 34.49% from 661); Max value from RGB is 228 - color contains mainly: blue. Hex color #D5DCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCE4 is #2A231B. Grayscale: #DADADA. Windows color (decimal): -2761500 or 14998741. OLE color: 14998741.

HSL color Cylindrical-coordinate representation of color #D5DCE4: hue angle of 212º degrees, saturation: 0.22, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5DCE4 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 220 228 -
CMYK 0.07 0.04 0 0.11
HSL 212º 0.22% 0.86% -
HSV(B) 212º 0.07% 0.89% -
XYZ 67.04 70.93 83.56 -
YUV 218.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 213 220 228 0.07 0.04 0 0.11 212 0.22 0.86
Hex D5 DC E4 7 4 0 B D4 16 56
Octal 325 334 344 7 4 0 13 324 26 126
Binary 11010101 11011100 11100100 111 100 0 1011 11010100 10110 1010110

Color Harmonies of #D5DCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DCE4

Black with #D5DCE4

Text Example


Text Example

White with #D5DCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DCE4; }

 p { color: rgb(213,220,228); }

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

background-color css

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

 a { background-color: rgb(213,220,228); }

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

border-color css

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

 span { border-color: rgb(213,220,228); }

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