Html Css Color HEX #DAE3E6 Pattens Blue

📋 copy color: '#DAE3E6'

red 218 ◦ green 227 ◦ blue 230

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

Shades of Pattens Blue #DAE3E6

Tints of Pattens Blue #DAE3E6

RGB

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

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

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

R = 32.3%
G = 33.63%
B = 34.07%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DAE3E6 (or 0xDAE3E6) is known color: Pattens Blue. HEX triplet: DA, E3 and E6. RGB value is (218,227,230). Sum of RGB (Red+Green+Blue) = 218+227+230=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 227 (89.06% from 255 or 33.63% from 675); Blue value is 230 (90.23% from 255 or 34.07% from 675); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAE3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE3E6 is #251C19. Grayscale: #E0E0E0. Windows color (decimal): -2432026 or 15131610. OLE color: 15131610.

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

Color convert

RGB 218 227 230 -
CMYK 0.05 0.01 0 0.10
HSL 195º 0.19% 0.88% -
HSV(B) 195º 0.05% 0.9% -
XYZ 70.67 75.56 85.72 -
YUV 224.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 218 227 230 0.05 0.01 0 0.10 195 0.19 0.88
Hex DA E3 E6 5 1 0 A C3 13 58
Octal 332 343 346 5 1 0 12 303 23 130
Binary 11011010 11100011 11100110 101 1 0 1010 11000011 10011 1011000

Color Harmonies of #DAE3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE3E6

Black with #DAE3E6

Text Example


Text Example

White with #DAE3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE3E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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