Html Css Color HEX #DAE9F1 Pattens Blue

📋 copy color: '#DAE9F1'

red 218 ◦ green 233 ◦ blue 241

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

Shades of Pattens Blue #DAE9F1

Tints of Pattens Blue #DAE9F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.83%

R = 31.5%
G = 33.67%
B = 34.83%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DAE9F1 (or 0xDAE9F1) is known color: Pattens Blue. HEX triplet: DA, E9 and F1. RGB value is (218,233,241). Sum of RGB (Red+Green+Blue) = 218+233+241=692 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.50% from 692); Green value is 233 (91.41% from 255 or 33.67% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAE9F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9F1 is #25160E. Grayscale: #E5E5E5. Windows color (decimal): -2430479 or 15854042. OLE color: 15854042.

HSL color Cylindrical-coordinate representation of color #DAE9F1: hue angle of 200.87º degrees, saturation: 0.45, 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 #DAE9F1 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 233 241 -
CMYK 0.10 0.03 0 0.05
HSL 200.87º 0.45% 0.9% -
HSV(B) 200.87º 0.1% 0.95% -
XYZ 73.93 79.53 94.67 -
YUV 229.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 218 233 241 0.10 0.03 0 0.05 200.87 0.45 0.9
Hex DA E9 F1 A 3 0 5 C9 2D 5A
Octal 332 351 361 12 3 0 5 311 55 132
Binary 11011010 11101001 11110001 1010 11 0 101 11001001 101101 1011010

Color Harmonies of #DAE9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE9F1

Black with #DAE9F1

Text Example


Text Example

White with #DAE9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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