Html Css Color HEX #CEC4D0 Thistle

📋 copy color: '#CEC4D0'

red 206 ◦ green 196 ◦ blue 208

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

Shades of Thistle #CEC4D0

Tints of Thistle #CEC4D0

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.13%

 BLUE value IS 208 (81.64% from 255) = 34.1%

R = 33.77%
G = 32.13%
B = 34.1%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CEC4D0 (or 0xCEC4D0) is known color: Thistle. HEX triplet: CE, C4 and D0. RGB value is (206,196,208). Sum of RGB (Red+Green+Blue) = 206+196+208=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 196 (76.95% from 255 or 32.13% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 208 - color contains mainly: blue. Hex color #CEC4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC4D0 is #313B2F. Grayscale: #C8C8C8. Windows color (decimal): -3226416 or 13681870. OLE color: 13681870.

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

Color convert

RGB 206 196 208 -
CMYK 0.01 0.06 0 0.18
HSL 290º 0.11% 0.79% -
HSV(B) 290º 0.06% 0.82% -
XYZ 56.58 57.16 67.72 -
YUV 200.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 206 196 208 0.01 0.06 0 0.18 290 0.11 0.79
Hex CE C4 D0 1 6 0 12 122 B 4F
Octal 316 304 320 1 6 0 22 442 13 117
Binary 11001110 11000100 11010000 1 110 0 10010 100100010 1011 1001111

Color Harmonies of #CEC4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC4D0

Black with #CEC4D0

Text Example


Text Example

White with #CEC4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC4D0; }

 p { color: rgb(206,196,208); }

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

background-color css

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

 a { background-color: rgb(206,196,208); }

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

border-color css

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

 span { border-color: rgb(206,196,208); }

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