Html Css Color HEX #CEBDCE Thistle

📋 copy color: '#CEBDCE'

red 206 ◦ green 189 ◦ blue 206

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

Shades of Thistle #CEBDCE

Tints of Thistle #CEBDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.45%

 BLUE value IS 206 (80.86% from 255) = 34.28%

R = 34.28%
G = 31.45%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CEBDCE (or 0xCEBDCE) is known color: Thistle. HEX triplet: CE, BD and CE. RGB value is (206,189,206). Sum of RGB (Red+Green+Blue) = 206+189+206=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEBDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDCE is #314231. Grayscale: #C3C3C3. Windows color (decimal): -3228210 or 13549006. OLE color: 13549006.

HSL color Cylindrical-coordinate representation of color #CEBDCE: hue angle of 300º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEBDCE is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 189 206 -
CMYK 0 0.08 0 0.19
HSL 300º 0.15% 0.77% -
HSV(B) 300º 0.08% 0.81% -
XYZ 54.79 53.97 65.92 -
YUV 196.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 206 189 206 0 0.08 0 0.19 300 0.15 0.77
Hex CE BD CE 0 8 0 13 12C F 4D
Octal 316 275 316 0 10 0 23 454 17 115
Binary 11001110 10111101 11001110 0 1000 0 10011 100101100 1111 1001101

Color Harmonies of #CEBDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBDCE

Black with #CEBDCE

Text Example


Text Example

White with #CEBDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBDCE; }

 p { color: rgb(206,189,206); }

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

background-color css

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

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

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

border-color css

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

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

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