Html Css Color HEX #DEECF1 Pattens Blue

📋 copy color: '#DEECF1'

red 222 ◦ green 236 ◦ blue 241

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

Shades of Pattens Blue #DEECF1

Tints of Pattens Blue #DEECF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.48%

R = 31.76%
G = 33.76%
B = 34.48%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DEECF1 (or 0xDEECF1) is known color: Pattens Blue. HEX triplet: DE, EC and F1. RGB value is (222,236,241). Sum of RGB (Red+Green+Blue) = 222+236+241=699 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.76% from 699); Green value is 236 (92.58% from 255 or 33.76% from 699); Blue value is 241 (94.53% from 255 or 34.48% from 699); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEECF1 is #21130E. Grayscale: #E8E8E8. Windows color (decimal): -2167567 or 15854814. OLE color: 15854814.

HSL color Cylindrical-coordinate representation of color #DEECF1: hue angle of 195.79º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEECF1 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 236 241 -
CMYK 0.08 0.02 0 0.05
HSL 195.79º 0.4% 0.91% -
HSV(B) 195.79º 0.08% 0.95% -
XYZ 76 81.87 95.02 -
YUV 232.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 222 236 241 0.08 0.02 0 0.05 195.79 0.4 0.91
Hex DE EC F1 8 2 0 5 C4 28 5B
Octal 336 354 361 10 2 0 5 304 50 133
Binary 11011110 11101100 11110001 1000 10 0 101 11000100 101000 1011011

Color Harmonies of #DEECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEECF1

Black with #DEECF1

Text Example


Text Example

White with #DEECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEECF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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