Html Css Color HEX #DAE3EA Pattens Blue

📋 copy color: '#DAE3EA'

red 218 ◦ green 227 ◦ blue 234

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

Shades of Pattens Blue #DAE3EA

Tints of Pattens Blue #DAE3EA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.43%

 BLUE value IS 234 (91.8% from 255) = 34.46%

R = 32.11%
G = 33.43%
B = 34.46%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DAE3EA (or 0xDAE3EA) is known color: Pattens Blue. HEX triplet: DA, E3 and EA. RGB value is (218,227,234). Sum of RGB (Red+Green+Blue) = 218+227+234=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 227 (89.06% from 255 or 33.43% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAE3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE3EA is #251C15. Grayscale: #E1E1E1. Windows color (decimal): -2432022 or 15393754. OLE color: 15393754.

HSL color Cylindrical-coordinate representation of color #DAE3EA: hue angle of 206.25º degrees, saturation: 0.28, 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 #DAE3EA is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 227 234 -
CMYK 0.07 0.03 0 0.08
HSL 206.25º 0.28% 0.89% -
HSV(B) 206.25º 0.07% 0.92% -
XYZ 71.23 75.78 88.72 -
YUV 225.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 218 227 234 0.07 0.03 0 0.08 206.25 0.28 0.89
Hex DA E3 EA 7 3 0 8 CE 1C 59
Octal 332 343 352 7 3 0 10 316 34 131
Binary 11011010 11100011 11101010 111 11 0 1000 11001110 11100 1011001

Color Harmonies of #DAE3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE3EA

Black with #DAE3EA

Text Example


Text Example

White with #DAE3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE3EA; }

 p { color: rgb(218,227,234); }

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

background-color css

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

 a { background-color: rgb(218,227,234); }

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

border-color css

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

 span { border-color: rgb(218,227,234); }

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