Html Css Color HEX #D4DDEB Hawkes Blue

📋 copy color: '#D4DDEB'

red 212 ◦ green 221 ◦ blue 235

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

Shades of Hawkes Blue #D4DDEB

Tints of Hawkes Blue #D4DDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.18%

R = 31.74%
G = 33.08%
B = 35.18%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D4DDEB (or 0xD4DDEB) is known color: Hawkes Blue. HEX triplet: D4, DD and EB. RGB value is (212,221,235). Sum of RGB (Red+Green+Blue) = 212+221+235=668 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.74% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4DDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DDEB is #2B2214. Grayscale: #DBDBDB. Windows color (decimal): -2826773 or 15457748. OLE color: 15457748.

HSL color Cylindrical-coordinate representation of color #D4DDEB: hue angle of 216.52º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4DDEB is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 221 235 -
CMYK 0.10 0.06 0 0.08
HSL 216.52º 0.37% 0.88% -
HSV(B) 216.52º 0.1% 0.92% -
XYZ 68 71.71 88.85 -
YUV 219.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 212 221 235 0.10 0.06 0 0.08 216.52 0.37 0.88
Hex D4 DD EB A 6 0 8 D9 25 58
Octal 324 335 353 12 6 0 10 331 45 130
Binary 11010100 11011101 11101011 1010 110 0 1000 11011001 100101 1011000

Color Harmonies of #D4DDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DDEB

Black with #D4DDEB

Text Example


Text Example

White with #D4DDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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