Html Css Color HEX #DEECF6 Pattens Blue

📋 copy color: '#DEECF6'

red 222 ◦ green 236 ◦ blue 246

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

Shades of Pattens Blue #DEECF6

Tints of Pattens Blue #DEECF6

RGB

 RED value IS 222 (87.11% from 255) = 31.53%

 GREEN value IS 236 (92.58% from 255) = 33.52%

 BLUE value IS 246 (96.48% from 255) = 34.94%

R = 31.53%
G = 33.52%
B = 34.94%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DEECF6 (or 0xDEECF6) is known color: Pattens Blue. HEX triplet: DE, EC and F6. RGB value is (222,236,246). Sum of RGB (Red+Green+Blue) = 222+236+246=704 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.53% from 704); Green value is 236 (92.58% from 255 or 33.52% from 704); Blue value is 246 (96.48% from 255 or 34.94% from 704); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEECF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEECF6 is #211309. Grayscale: #E8E8E8. Windows color (decimal): -2167562 or 16182494. OLE color: 16182494.

HSL color Cylindrical-coordinate representation of color #DEECF6: hue angle of 205º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEECF6 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 236 246 -
CMYK 0.10 0.04 0 0.04
HSL 205º 0.57% 0.92% -
HSV(B) 205º 0.1% 0.96% -
XYZ 76.75 82.17 99 -
YUV 232.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 222 236 246 0.10 0.04 0 0.04 205 0.57 0.92
Hex DE EC F6 A 4 0 4 CD 39 5C
Octal 336 354 366 12 4 0 4 315 71 134
Binary 11011110 11101100 11110110 1010 100 0 100 11001101 111001 1011100

Color Harmonies of #DEECF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEECF6

Black with #DEECF6

Text Example


Text Example

White with #DEECF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEECF6; }

 p { color: rgb(222,236,246); }

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

background-color css

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

 a { background-color: rgb(222,236,246); }

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

border-color css

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

 span { border-color: rgb(222,236,246); }

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