Html Css Color HEX #DEEBEE Pattens Blue

📋 copy color: '#DEEBEE'

red 222 ◦ green 235 ◦ blue 238

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

Shades of Pattens Blue #DEEBEE

Tints of Pattens Blue #DEEBEE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.81%

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

R = 31.94%
G = 33.81%
B = 34.24%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEEBEE (or 0xDEEBEE) is known color: Pattens Blue. HEX triplet: DE, EB and EE. RGB value is (222,235,238). Sum of RGB (Red+Green+Blue) = 222+235+238=695 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.94% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 238 (93.36% from 255 or 34.24% from 695); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEEBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEBEE is #211411. Grayscale: #E7E7E7. Windows color (decimal): -2167826 or 15657950. OLE color: 15657950.

HSL color Cylindrical-coordinate representation of color #DEEBEE: hue angle of 191.25º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEBEE is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 235 238 -
CMYK 0.07 0.01 0 0.07
HSL 191.25º 0.32% 0.9% -
HSV(B) 191.25º 0.07% 0.93% -
XYZ 75.27 81.12 92.58 -
YUV 231.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 222 235 238 0.07 0.01 0 0.07 191.25 0.32 0.9
Hex DE EB EE 7 1 0 7 BF 20 5A
Octal 336 353 356 7 1 0 7 277 40 132
Binary 11011110 11101011 11101110 111 1 0 111 10111111 100000 1011010

Color Harmonies of #DEEBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEBEE

Black with #DEEBEE

Text Example


Text Example

White with #DEEBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEBEE; }

 p { color: rgb(222,235,238); }

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

background-color css

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

 a { background-color: rgb(222,235,238); }

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

border-color css

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

 span { border-color: rgb(222,235,238); }

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