Html Css Color HEX #D4DEFA Hawkes Blue

📋 copy color: '#D4DEFA'

red 212 ◦ green 222 ◦ blue 250

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

Shades of Hawkes Blue #D4DEFA

Tints of Hawkes Blue #D4DEFA

RGB

 RED value IS 212 (83.2% from 255) = 30.99%

 GREEN value IS 222 (87.11% from 255) = 32.46%

 BLUE value IS 250 (98.05% from 255) = 36.55%

R = 30.99%
G = 32.46%
B = 36.55%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4DEFA (or 0xD4DEFA) is known color: Hawkes Blue. HEX triplet: D4, DE and FA. RGB value is (212,222,250). Sum of RGB (Red+Green+Blue) = 212+222+250=684 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.99% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4DEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DEFA is #2B2105. Grayscale: #DEDEDE. Windows color (decimal): -2826502 or 16441044. OLE color: 16441044.

HSL color Cylindrical-coordinate representation of color #D4DEFA: hue angle of 224.21º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4DEFA is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 222 250 -
CMYK 0.15 0.11 0 0.02
HSL 224.21º 0.79% 0.91% -
HSV(B) 224.21º 0.15% 0.98% -
XYZ 70.53 73.14 100.84 -
YUV 222.2 143.69 120.72 -
System Red Green Blue C M Y K H S L
Decimal 212 222 250 0.15 0.11 0 0.02 224.21 0.79 0.91
Hex D4 DE FA F B 0 2 E0 4F 5B
Octal 324 336 372 17 13 0 2 340 117 133
Binary 11010100 11011110 11111010 1111 1011 0 10 11100000 1001111 1011011

Color Harmonies of #D4DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DEFA

Black with #D4DEFA

Text Example


Text Example

White with #D4DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DEFA; }

 p { color: rgb(212,222,250); }

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

background-color css

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

 a { background-color: rgb(212,222,250); }

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

border-color css

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

 span { border-color: rgb(212,222,250); }

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