Html Css Color HEX #DAE4EE Pattens Blue

📋 copy color: '#DAE4EE'

red 218 ◦ green 228 ◦ blue 238

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

Shades of Pattens Blue #DAE4EE

Tints of Pattens Blue #DAE4EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.8%

R = 31.87%
G = 33.33%
B = 34.8%

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

#DAE4EE (or 0xDAE4EE) is known color: Pattens Blue. HEX triplet: DA, E4 and EE. RGB value is (218,228,238). Sum of RGB (Red+Green+Blue) = 218+228+238=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 228 (89.45% from 255 or 33.33% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAE4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE4EE is #251B11. Grayscale: #E2E2E2. Windows color (decimal): -2431762 or 15656154. OLE color: 15656154.

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

Color convert

RGB 218 228 238 -
CMYK 0.08 0.04 0 0.07
HSL 210º 0.37% 0.89% -
HSV(B) 210º 0.08% 0.93% -
XYZ 72.09 76.57 91.87 -
YUV 226.15 134.69 122.19 -
System Red Green Blue C M Y K H S L
Decimal 218 228 238 0.08 0.04 0 0.07 210 0.37 0.89
Hex DA E4 EE 8 4 0 7 D2 25 59
Octal 332 344 356 10 4 0 7 322 45 131
Binary 11011010 11100100 11101110 1000 100 0 111 11010010 100101 1011001

Color Harmonies of #DAE4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE4EE

Black with #DAE4EE

Text Example


Text Example

White with #DAE4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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