Html Css Color HEX #DADFEB Hawkes Blue

📋 copy color: '#DADFEB'

red 218 ◦ green 223 ◦ blue 235

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

Shades of Hawkes Blue #DADFEB

Tints of Hawkes Blue #DADFEB

RGB

 RED value IS 218 (85.55% from 255) = 32.25%

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

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

R = 32.25%
G = 32.99%
B = 34.76%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DADFEB (or 0xDADFEB) is known color: Hawkes Blue. HEX triplet: DA, DF and EB. RGB value is (218,223,235). Sum of RGB (Red+Green+Blue) = 218+223+235=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 235 - color contains mainly: blue. Hex color #DADFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADFEB is #252014. Grayscale: #DEDEDE. Windows color (decimal): -2433045 or 15458266. OLE color: 15458266.

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

Color convert

RGB 218 223 235 -
CMYK 0.07 0.05 0 0.08
HSL 222.35º 0.3% 0.89% -
HSV(B) 222.35º 0.07% 0.92% -
XYZ 70.3 73.68 89.11 -
YUV 222.87 134.84 124.52 -
System Red Green Blue C M Y K H S L
Decimal 218 223 235 0.07 0.05 0 0.08 222.35 0.3 0.89
Hex DA DF EB 7 5 0 8 DE 1E 59
Octal 332 337 353 7 5 0 10 336 36 131
Binary 11011010 11011111 11101011 111 101 0 1000 11011110 11110 1011001

Color Harmonies of #DADFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADFEB

Black with #DADFEB

Text Example


Text Example

White with #DADFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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