Html Css Color HEX #CEBED0 Thistle

📋 copy color: '#CEBED0'

red 206 ◦ green 190 ◦ blue 208

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

Shades of Thistle #CEBED0

Tints of Thistle #CEBED0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.46%

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

R = 34.11%
G = 31.46%
B = 34.44%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CEBED0 (or 0xCEBED0) is known color: Thistle. HEX triplet: CE, BE and D0. RGB value is (206,190,208). Sum of RGB (Red+Green+Blue) = 206+190+208=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 208 - color contains mainly: blue. Hex color #CEBED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBED0 is #31412F. Grayscale: #C4C4C4. Windows color (decimal): -3227952 or 13680334. OLE color: 13680334.

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

Color convert

RGB 206 190 208 -
CMYK 0.01 0.09 0 0.18
HSL 293.33º 0.16% 0.78% -
HSV(B) 293.33º 0.09% 0.82% -
XYZ 55.25 54.5 67.28 -
YUV 196.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 206 190 208 0.01 0.09 0 0.18 293.33 0.16 0.78
Hex CE BE D0 1 9 0 12 125 10 4E
Octal 316 276 320 1 11 0 22 445 20 116
Binary 11001110 10111110 11010000 1 1001 0 10010 100100101 10000 1001110

Color Harmonies of #CEBED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBED0

Black with #CEBED0

Text Example


Text Example

White with #CEBED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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