Html Css Color HEX #CEBCD0 Thistle

📋 copy color: '#CEBCD0'

red 206 ◦ green 188 ◦ blue 208

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

Shades of Thistle #CEBCD0

Tints of Thistle #CEBCD0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.23%

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

R = 34.22%
G = 31.23%
B = 34.55%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CEBCD0 (or 0xCEBCD0) is known color: Thistle. HEX triplet: CE, BC and D0. RGB value is (206,188,208). Sum of RGB (Red+Green+Blue) = 206+188+208=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 208 - color contains mainly: blue. Hex color #CEBCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCD0 is #31432F. Grayscale: #C3C3C3. Windows color (decimal): -3228464 or 13679822. OLE color: 13679822.

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

Color convert

RGB 206 188 208 -
CMYK 0.01 0.10 0 0.18
HSL 294º 0.18% 0.78% -
HSV(B) 294º 0.1% 0.82% -
XYZ 54.82 53.64 67.14 -
YUV 195.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 206 188 208 0.01 0.10 0 0.18 294 0.18 0.78
Hex CE BC D0 1 A 0 12 126 12 4E
Octal 316 274 320 1 12 0 22 446 22 116
Binary 11001110 10111100 11010000 1 1010 0 10010 100100110 10010 1001110

Color Harmonies of #CEBCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBCD0

Black with #CEBCD0

Text Example


Text Example

White with #CEBCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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