Html Css Color HEX #DAE7EE Pattens Blue

📋 copy color: '#DAE7EE'

red 218 ◦ green 231 ◦ blue 238

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

Shades of Pattens Blue #DAE7EE

Tints of Pattens Blue #DAE7EE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.62%

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

R = 31.73%
G = 33.62%
B = 34.64%

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

#DAE7EE (or 0xDAE7EE) is known color: Pattens Blue. HEX triplet: DA, E7 and EE. RGB value is (218,231,238). Sum of RGB (Red+Green+Blue) = 218+231+238=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 231 (90.62% from 255 or 33.62% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAE7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE7EE is #251811. Grayscale: #E3E3E3. Windows color (decimal): -2430994 or 15656922. OLE color: 15656922.

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

Color convert

RGB 218 231 238 -
CMYK 0.08 0.03 0 0.07
HSL 201º 0.37% 0.89% -
HSV(B) 201º 0.08% 0.93% -
XYZ 72.92 78.23 92.15 -
YUV 227.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 218 231 238 0.08 0.03 0 0.07 201 0.37 0.89
Hex DA E7 EE 8 3 0 7 C9 25 59
Octal 332 347 356 10 3 0 7 311 45 131
Binary 11011010 11100111 11101110 1000 11 0 111 11001001 100101 1011001

Color Harmonies of #DAE7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE7EE

Black with #DAE7EE

Text Example


Text Example

White with #DAE7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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