Html Css Color HEX #DEC2E4 Thistle

📋 copy color: '#DEC2E4'

red 222 ◦ green 194 ◦ blue 228

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

Shades of Thistle #DEC2E4

Tints of Thistle #DEC2E4

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.12%

 BLUE value IS 228 (89.45% from 255) = 35.4%

R = 34.47%
G = 30.12%
B = 35.4%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DEC2E4 (or 0xDEC2E4) is known color: Thistle. HEX triplet: DE, C2 and E4. RGB value is (222,194,228). Sum of RGB (Red+Green+Blue) = 222+194+228=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 194 (76.17% from 255 or 30.12% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEC2E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC2E4 is #213D1B. Grayscale: #CECECE. Windows color (decimal): -2178332 or 14992094. OLE color: 14992094.

HSL color Cylindrical-coordinate representation of color #DEC2E4: hue angle of 289.41º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEC2E4 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 194 228 -
CMYK 0.03 0.15 0 0.11
HSL 289.41º 0.39% 0.83% -
HSV(B) 289.41º 0.15% 0.89% -
XYZ 63.42 59.71 81.58 -
YUV 206.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 222 194 228 0.03 0.15 0 0.11 289.41 0.39 0.83
Hex DE C2 E4 3 F 0 B 121 27 53
Octal 336 302 344 3 17 0 13 441 47 123
Binary 11011110 11000010 11100100 11 1111 0 1011 100100001 100111 1010011

Color Harmonies of #DEC2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC2E4

Black with #DEC2E4

Text Example


Text Example

White with #DEC2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC2E4; }

 p { color: rgb(222,194,228); }

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

background-color css

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

 a { background-color: rgb(222,194,228); }

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

border-color css

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

 span { border-color: rgb(222,194,228); }

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