Html Css Color HEX #DADFF2 Hawkes Blue

📋 copy color: '#DADFF2'

red 218 ◦ green 223 ◦ blue 242

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

Shades of Hawkes Blue #DADFF2

Tints of Hawkes Blue #DADFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.43%

R = 31.92%
G = 32.65%
B = 35.43%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DADFF2 (or 0xDADFF2) is known color: Hawkes Blue. HEX triplet: DA, DF and F2. RGB value is (218,223,242). Sum of RGB (Red+Green+Blue) = 218+223+242=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 242 - color contains mainly: blue. Hex color #DADFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADFF2 is #25200D. Grayscale: #DFDFDF. Windows color (decimal): -2433038 or 15917018. OLE color: 15917018.

HSL color Cylindrical-coordinate representation of color #DADFF2: hue angle of 227.5º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DADFF2 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 223 242 -
CMYK 0.10 0.08 0 0.05
HSL 227.5º 0.48% 0.9% -
HSV(B) 227.5º 0.1% 0.95% -
XYZ 71.33 74.09 94.55 -
YUV 223.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 218 223 242 0.10 0.08 0 0.05 227.5 0.48 0.9
Hex DA DF F2 A 8 0 5 E4 30 5A
Octal 332 337 362 12 10 0 5 344 60 132
Binary 11011010 11011111 11110010 1010 1000 0 101 11100100 110000 1011010

Color Harmonies of #DADFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADFF2

Black with #DADFF2

Text Example


Text Example

White with #DADFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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