Html Css Color HEX #CEC2CC Thistle

📋 copy color: '#CEC2CC'

red 206 ◦ green 194 ◦ blue 204

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

Shades of Thistle #CEC2CC

Tints of Thistle #CEC2CC

RGB

 RED value IS 206 (80.86% from 255) = 34.11%

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

 BLUE value IS 204 (80.08% from 255) = 33.77%

R = 34.11%
G = 32.12%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CEC2CC (or 0xCEC2CC) is known color: Thistle. HEX triplet: CE, C2 and CC. RGB value is (206,194,204). Sum of RGB (Red+Green+Blue) = 206+194+204=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2CC is #313D33. Grayscale: #C6C6C6. Windows color (decimal): -3226932 or 13419214. OLE color: 13419214.

HSL color Cylindrical-coordinate representation of color #CEC2CC: hue angle of 310º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEC2CC is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 194 204 -
CMYK 0 0.06 0.01 0.19
HSL 310º 0.11% 0.78% -
HSV(B) 310º 0.06% 0.81% -
XYZ 55.64 56.07 65.02 -
YUV 198.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 206 194 204 0 0.06 0.01 0.19 310 0.11 0.78
Hex CE C2 CC 0 6 1 13 136 B 4E
Octal 316 302 314 0 6 1 23 466 13 116
Binary 11001110 11000010 11001100 0 110 1 10011 100110110 1011 1001110

Color Harmonies of #CEC2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC2CC

Black with #CEC2CC

Text Example


Text Example

White with #CEC2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC2CC; }

 p { color: rgb(206,194,204); }

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

background-color css

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

 a { background-color: rgb(206,194,204); }

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

border-color css

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

 span { border-color: rgb(206,194,204); }

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