Html Css Color HEX #DAE2E6 Pattens Blue

📋 copy color: '#DAE2E6'

red 218 ◦ green 226 ◦ blue 230

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

Shades of Pattens Blue #DAE2E6

Tints of Pattens Blue #DAE2E6

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.53%

 BLUE value IS 230 (90.23% from 255) = 34.12%

R = 32.34%
G = 33.53%
B = 34.12%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DAE2E6 (or 0xDAE2E6) is known color: Pattens Blue. HEX triplet: DA, E2 and E6. RGB value is (218,226,230). Sum of RGB (Red+Green+Blue) = 218+226+230=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 226 (88.67% from 255 or 33.53% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAE2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2E6 is #251D19. Grayscale: #E0E0E0. Windows color (decimal): -2432282 or 15131354. OLE color: 15131354.

HSL color Cylindrical-coordinate representation of color #DAE2E6: hue angle of 200º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAE2E6 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 226 230 -
CMYK 0.05 0.02 0 0.10
HSL 200º 0.19% 0.88% -
HSV(B) 200º 0.05% 0.9% -
XYZ 70.39 75.01 85.63 -
YUV 224.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 218 226 230 0.05 0.02 0 0.10 200 0.19 0.88
Hex DA E2 E6 5 2 0 A C8 13 58
Octal 332 342 346 5 2 0 12 310 23 130
Binary 11011010 11100010 11100110 101 10 0 1010 11001000 10011 1011000

Color Harmonies of #DAE2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE2E6

Black with #DAE2E6

Text Example


Text Example

White with #DAE2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE2E6; }

 p { color: rgb(218,226,230); }

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

background-color css

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

 a { background-color: rgb(218,226,230); }

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

border-color css

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

 span { border-color: rgb(218,226,230); }

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