Html Css Color HEX #DAE4ED Pattens Blue

📋 copy color: '#DAE4ED'

red 218 ◦ green 228 ◦ blue 237

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

Shades of Pattens Blue #DAE4ED

Tints of Pattens Blue #DAE4ED

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.38%

 BLUE value IS 237 (92.97% from 255) = 34.7%

R = 31.92%
G = 33.38%
B = 34.7%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAE4ED (or 0xDAE4ED) is known color: Pattens Blue. HEX triplet: DA, E4 and ED. RGB value is (218,228,237). Sum of RGB (Red+Green+Blue) = 218+228+237=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 228 (89.45% from 255 or 33.38% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAE4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE4ED is #251B12. Grayscale: #E1E1E1. Windows color (decimal): -2431763 or 15590618. OLE color: 15590618.

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

Color convert

RGB 218 228 237 -
CMYK 0.08 0.04 0 0.07
HSL 208.42º 0.35% 0.89% -
HSV(B) 208.42º 0.08% 0.93% -
XYZ 71.94 76.51 91.1 -
YUV 226.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 218 228 237 0.08 0.04 0 0.07 208.42 0.35 0.89
Hex DA E4 ED 8 4 0 7 D0 23 59
Octal 332 344 355 10 4 0 7 320 43 131
Binary 11011010 11100100 11101101 1000 100 0 111 11010000 100011 1011001

Color Harmonies of #DAE4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE4ED

Black with #DAE4ED

Text Example


Text Example

White with #DAE4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE4ED; }

 p { color: rgb(218,228,237); }

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

background-color css

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

 a { background-color: rgb(218,228,237); }

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

border-color css

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

 span { border-color: rgb(218,228,237); }

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