Html Css Color HEX #DAE6EC Pattens Blue

📋 copy color: '#DAE6EC'

red 218 ◦ green 230 ◦ blue 236

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

Shades of Pattens Blue #DAE6EC

Tints of Pattens Blue #DAE6EC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.63%

 BLUE value IS 236 (92.58% from 255) = 34.5%

R = 31.87%
G = 33.63%
B = 34.5%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAE6EC (or 0xDAE6EC) is known color: Pattens Blue. HEX triplet: DA, E6 and EC. RGB value is (218,230,236). Sum of RGB (Red+Green+Blue) = 218+230+236=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 230 (90.23% from 255 or 33.63% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAE6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE6EC is #251913. Grayscale: #E3E3E3. Windows color (decimal): -2431252 or 15525594. OLE color: 15525594.

HSL color Cylindrical-coordinate representation of color #DAE6EC: hue angle of 200º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAE6EC is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 230 236 -
CMYK 0.08 0.03 0 0.07
HSL 200º 0.32% 0.89% -
HSV(B) 200º 0.08% 0.93% -
XYZ 72.35 77.56 90.51 -
YUV 227.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 218 230 236 0.08 0.03 0 0.07 200 0.32 0.89
Hex DA E6 EC 8 3 0 7 C8 20 59
Octal 332 346 354 10 3 0 7 310 40 131
Binary 11011010 11100110 11101100 1000 11 0 111 11001000 100000 1011001

Color Harmonies of #DAE6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE6EC

Black with #DAE6EC

Text Example


Text Example

White with #DAE6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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