Html Css Color HEX #DEECF8 Pattens Blue

📋 copy color: '#DEECF8'

red 222 ◦ green 236 ◦ blue 248

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

Shades of Pattens Blue #DEECF8

Tints of Pattens Blue #DEECF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.13%

R = 31.44%
G = 33.43%
B = 35.13%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DEECF8 (or 0xDEECF8) is known color: Pattens Blue. HEX triplet: DE, EC and F8. RGB value is (222,236,248). Sum of RGB (Red+Green+Blue) = 222+236+248=706 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.44% from 706); Green value is 236 (92.58% from 255 or 33.43% from 706); Blue value is 248 (97.27% from 255 or 35.13% from 706); Max value from RGB is 248 - color contains mainly: blue. Hex color #DEECF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEECF8 is #211307. Grayscale: #E9E9E9. Windows color (decimal): -2167560 or 16313566. OLE color: 16313566.

HSL color Cylindrical-coordinate representation of color #DEECF8: hue angle of 207.69º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEECF8 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 222 236 248 -
CMYK 0.10 0.05 0 0.03
HSL 207.69º 0.65% 0.92% -
HSV(B) 207.69º 0.1% 0.97% -
XYZ 77.06 82.3 100.63 -
YUV 233.18 136.36 120.02 -
System Red Green Blue C M Y K H S L
Decimal 222 236 248 0.10 0.05 0 0.03 207.69 0.65 0.92
Hex DE EC F8 A 5 0 3 D0 41 5C
Octal 336 354 370 12 5 0 3 320 101 134
Binary 11011110 11101100 11111000 1010 101 0 11 11010000 1000001 1011100

Color Harmonies of #DEECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEECF8

Black with #DEECF8

Text Example


Text Example

White with #DEECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEECF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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