Html Css Color HEX #CEBBD0 Thistle

📋 copy color: '#CEBBD0'

red 206 ◦ green 187 ◦ blue 208

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

Shades of Thistle #CEBBD0

Tints of Thistle #CEBBD0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.11%

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

R = 34.28%
G = 31.11%
B = 34.61%

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

#CEBBD0 (or 0xCEBBD0) is known color: Thistle. HEX triplet: CE, BB and D0. RGB value is (206,187,208). Sum of RGB (Red+Green+Blue) = 206+187+208=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 208 - color contains mainly: blue. Hex color #CEBBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBD0 is #31442F. Grayscale: #C3C3C3. Windows color (decimal): -3228720 or 13679566. OLE color: 13679566.

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

Color convert

RGB 206 187 208 -
CMYK 0.01 0.10 0 0.18
HSL 294.29º 0.18% 0.77% -
HSV(B) 294.29º 0.1% 0.82% -
XYZ 54.61 53.22 67.07 -
YUV 195.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 206 187 208 0.01 0.10 0 0.18 294.29 0.18 0.77
Hex CE BB D0 1 A 0 12 126 12 4D
Octal 316 273 320 1 12 0 22 446 22 115
Binary 11001110 10111011 11010000 1 1010 0 10010 100100110 10010 1001101

Color Harmonies of #CEBBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBBD0

Black with #CEBBD0

Text Example


Text Example

White with #CEBBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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