Html Css Color HEX #DAE8EC Pattens Blue

📋 copy color: '#DAE8EC'

red 218 ◦ green 232 ◦ blue 236

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

Shades of Pattens Blue #DAE8EC

Tints of Pattens Blue #DAE8EC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 33.82%

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

R = 31.78%
G = 33.82%
B = 34.4%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAE8EC (or 0xDAE8EC) is known color: Pattens Blue. HEX triplet: DA, E8 and EC. RGB value is (218,232,236). Sum of RGB (Red+Green+Blue) = 218+232+236=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 232 (91.02% from 255 or 33.82% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAE8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE8EC is #251713. Grayscale: #E4E4E4. Windows color (decimal): -2430740 or 15526106. OLE color: 15526106.

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

Color convert

RGB 218 232 236 -
CMYK 0.08 0.02 0 0.07
HSL 193.33º 0.32% 0.89% -
HSV(B) 193.33º 0.08% 0.93% -
XYZ 72.91 78.67 90.7 -
YUV 228.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 218 232 236 0.08 0.02 0 0.07 193.33 0.32 0.89
Hex DA E8 EC 8 2 0 7 C1 20 59
Octal 332 350 354 10 2 0 7 301 40 131
Binary 11011010 11101000 11101100 1000 10 0 111 11000001 100000 1011001

Color Harmonies of #DAE8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE8EC

Black with #DAE8EC

Text Example


Text Example

White with #DAE8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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