Html Css Color HEX #DAE9F4 Pattens Blue

📋 copy color: '#DAE9F4'

red 218 ◦ green 233 ◦ blue 244

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

Shades of Pattens Blue #DAE9F4

Tints of Pattens Blue #DAE9F4

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.53%

 BLUE value IS 244 (95.7% from 255) = 35.11%

R = 31.37%
G = 33.53%
B = 35.11%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DAE9F4 (or 0xDAE9F4) is known color: Pattens Blue. HEX triplet: DA, E9 and F4. RGB value is (218,233,244). Sum of RGB (Red+Green+Blue) = 218+233+244=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 233 (91.41% from 255 or 33.53% from 695); Blue value is 244 (95.70% from 255 or 35.11% from 695); Max value from RGB is 244 - color contains mainly: blue. Hex color #DAE9F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9F4 is #25160B. Grayscale: #E5E5E5. Windows color (decimal): -2430476 or 16050650. OLE color: 16050650.

HSL color Cylindrical-coordinate representation of color #DAE9F4: hue angle of 205.38º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAE9F4 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 233 244 -
CMYK 0.11 0.05 0 0.04
HSL 205.38º 0.54% 0.91% -
HSV(B) 205.38º 0.11% 0.96% -
XYZ 74.38 79.71 97.05 -
YUV 229.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 218 233 244 0.11 0.05 0 0.04 205.38 0.54 0.91
Hex DA E9 F4 B 5 0 4 CD 36 5B
Octal 332 351 364 13 5 0 4 315 66 133
Binary 11011010 11101001 11110100 1011 101 0 100 11001101 110110 1011011

Color Harmonies of #DAE9F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE9F4

Black with #DAE9F4

Text Example


Text Example

White with #DAE9F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE9F4; }

 p { color: rgb(218,233,244); }

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

background-color css

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

 a { background-color: rgb(218,233,244); }

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

border-color css

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

 span { border-color: rgb(218,233,244); }

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