Html Css Color HEX #D4DDED Hawkes Blue

📋 copy color: '#D4DDED'

red 212 ◦ green 221 ◦ blue 237

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

Shades of Hawkes Blue #D4DDED

Tints of Hawkes Blue #D4DDED

RGB

 RED value IS 212 (83.2% from 255) = 31.64%

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

 BLUE value IS 237 (92.97% from 255) = 35.37%

R = 31.64%
G = 32.99%
B = 35.37%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D4DDED (or 0xD4DDED) is known color: Hawkes Blue. HEX triplet: D4, DD and ED. RGB value is (212,221,237). Sum of RGB (Red+Green+Blue) = 212+221+237=670 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.64% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4DDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DDED is #2B2212. Grayscale: #DCDCDC. Windows color (decimal): -2826771 or 15588820. OLE color: 15588820.

HSL color Cylindrical-coordinate representation of color #D4DDED: hue angle of 218.4º degrees, saturation: 0.41, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4DDED is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 221 237 -
CMYK 0.11 0.07 0 0.07
HSL 218.4º 0.41% 0.88% -
HSV(B) 218.4º 0.11% 0.93% -
XYZ 68.29 71.82 90.38 -
YUV 220.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 212 221 237 0.11 0.07 0 0.07 218.4 0.41 0.88
Hex D4 DD ED B 7 0 7 DA 29 58
Octal 324 335 355 13 7 0 7 332 51 130
Binary 11010100 11011101 11101101 1011 111 0 111 11011010 101001 1011000

Color Harmonies of #D4DDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DDED

Black with #D4DDED

Text Example


Text Example

White with #D4DDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DDED; }

 p { color: rgb(212,221,237); }

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

background-color css

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

 a { background-color: rgb(212,221,237); }

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

border-color css

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

 span { border-color: rgb(212,221,237); }

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