Html Css Color HEX #DCDFEB Hawkes Blue

📋 copy color: '#DCDFEB'

red 220 ◦ green 223 ◦ blue 235

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

Shades of Hawkes Blue #DCDFEB

Tints of Hawkes Blue #DCDFEB

RGB

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

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

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

R = 32.45%
G = 32.89%
B = 34.66%

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

#DCDFEB (or 0xDCDFEB) is known color: Hawkes Blue. HEX triplet: DC, DF and EB. RGB value is (220,223,235). Sum of RGB (Red+Green+Blue) = 220+223+235=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCDFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFEB is #232014. Grayscale: #DFDFDF. Windows color (decimal): -2301973 or 15458268. OLE color: 15458268.

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

Color convert

RGB 220 223 235 -
CMYK 0.06 0.05 0 0.08
HSL 228º 0.27% 0.89% -
HSV(B) 228º 0.06% 0.92% -
XYZ 70.9 73.99 89.14 -
YUV 223.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 220 223 235 0.06 0.05 0 0.08 228 0.27 0.89
Hex DC DF EB 6 5 0 8 E4 1B 59
Octal 334 337 353 6 5 0 10 344 33 131
Binary 11011100 11011111 11101011 110 101 0 1000 11100100 11011 1011001

Color Harmonies of #DCDFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDFEB

Black with #DCDFEB

Text Example


Text Example

White with #DCDFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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