Html Css Color HEX #DDDFEA Hawkes Blue

📋 copy color: '#DDDFEA'

red 221 ◦ green 223 ◦ blue 234

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

Shades of Hawkes Blue #DDDFEA

Tints of Hawkes Blue #DDDFEA

RGB

 RED value IS 221 (86.72% from 255) = 32.6%

 GREEN value IS 223 (87.5% from 255) = 32.89%

 BLUE value IS 234 (91.8% from 255) = 34.51%

R = 32.6%
G = 32.89%
B = 34.51%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDDFEA (or 0xDDDFEA) is known color: Hawkes Blue. HEX triplet: DD, DF and EA. RGB value is (221,223,234). Sum of RGB (Red+Green+Blue) = 221+223+234=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDDFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFEA is #222015. Grayscale: #DFDFDF. Windows color (decimal): -2236438 or 15392733. OLE color: 15392733.

HSL color Cylindrical-coordinate representation of color #DDDFEA: hue angle of 230.77º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDDFEA is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 223 234 -
CMYK 0.06 0.05 0 0.08
HSL 230.77º 0.24% 0.89% -
HSV(B) 230.77º 0.06% 0.92% -
XYZ 71.06 74.09 88.4 -
YUV 223.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 221 223 234 0.06 0.05 0 0.08 230.77 0.24 0.89
Hex DD DF EA 6 5 0 8 E7 18 59
Octal 335 337 352 6 5 0 10 347 30 131
Binary 11011101 11011111 11101010 110 101 0 1000 11100111 11000 1011001

Color Harmonies of #DDDFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDFEA

Black with #DDDFEA

Text Example


Text Example

White with #DDDFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDFEA; }

 p { color: rgb(221,223,234); }

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

background-color css

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

 a { background-color: rgb(221,223,234); }

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

border-color css

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

 span { border-color: rgb(221,223,234); }

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