Html Css Color HEX #DCDFEA Hawkes Blue

📋 copy color: '#DCDFEA'

red 220 ◦ green 223 ◦ blue 234

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

Shades of Hawkes Blue #DCDFEA

Tints of Hawkes Blue #DCDFEA

RGB

 RED value IS 220 (86.33% from 255) = 32.5%

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

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

R = 32.5%
G = 32.94%
B = 34.56%

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

#DCDFEA (or 0xDCDFEA) is known color: Hawkes Blue. HEX triplet: DC, DF and EA. RGB value is (220,223,234). Sum of RGB (Red+Green+Blue) = 220+223+234=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCDFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFEA is #232015. Grayscale: #DFDFDF. Windows color (decimal): -2301974 or 15392732. OLE color: 15392732.

HSL color Cylindrical-coordinate representation of color #DCDFEA: hue angle of 227.14º degrees, saturation: 0.25, 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 #DCDFEA is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 223 234 -
CMYK 0.06 0.05 0 0.08
HSL 227.14º 0.25% 0.89% -
HSV(B) 227.14º 0.06% 0.92% -
XYZ 70.75 73.93 88.38 -
YUV 223.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 220 223 234 0.06 0.05 0 0.08 227.14 0.25 0.89
Hex DC DF EA 6 5 0 8 E3 19 59
Octal 334 337 352 6 5 0 10 343 31 131
Binary 11011100 11011111 11101010 110 101 0 1000 11100011 11001 1011001

Color Harmonies of #DCDFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDFEA

Black with #DCDFEA

Text Example


Text Example

White with #DCDFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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