Html Css Color HEX #DAE8EE Pattens Blue

📋 copy color: '#DAE8EE'

red 218 ◦ green 232 ◦ blue 238

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

Shades of Pattens Blue #DAE8EE

Tints of Pattens Blue #DAE8EE

RGB

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

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

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

R = 31.69%
G = 33.72%
B = 34.59%

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

#DAE8EE (or 0xDAE8EE) is known color: Pattens Blue. HEX triplet: DA, E8 and EE. RGB value is (218,232,238). Sum of RGB (Red+Green+Blue) = 218+232+238=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 232 (91.02% from 255 or 33.72% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAE8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE8EE is #251711. Grayscale: #E4E4E4. Windows color (decimal): -2430738 or 15657178. OLE color: 15657178.

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

Color convert

RGB 218 232 238 -
CMYK 0.08 0.03 0 0.07
HSL 198º 0.37% 0.89% -
HSV(B) 198º 0.08% 0.93% -
XYZ 73.2 78.79 92.24 -
YUV 228.5 133.36 120.51 -
System Red Green Blue C M Y K H S L
Decimal 218 232 238 0.08 0.03 0 0.07 198 0.37 0.89
Hex DA E8 EE 8 3 0 7 C6 25 59
Octal 332 350 356 10 3 0 7 306 45 131
Binary 11011010 11101000 11101110 1000 11 0 111 11000110 100101 1011001

Color Harmonies of #DAE8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE8EE

Black with #DAE8EE

Text Example


Text Example

White with #DAE8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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