Html Css Color HEX #CEBDCF Thistle

📋 copy color: '#CEBDCF'

red 206 ◦ green 189 ◦ blue 207

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

Shades of Thistle #CEBDCF

Tints of Thistle #CEBDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.39%

R = 34.22%
G = 31.4%
B = 34.39%

CMYK

 C value IS 0.00

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CEBDCF (or 0xCEBDCF) is known color: Thistle. HEX triplet: CE, BD and CF. RGB value is (206,189,207). Sum of RGB (Red+Green+Blue) = 206+189+207=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEBDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDCF is #314230. Grayscale: #C4C4C4. Windows color (decimal): -3228209 or 13614542. OLE color: 13614542.

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

Color convert

RGB 206 189 207 -
CMYK 0.00 0.09 0 0.19
HSL 296.67º 0.16% 0.78% -
HSV(B) 296.67º 0.09% 0.81% -
XYZ 54.91 54.02 66.56 -
YUV 196.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 206 189 207 0.00 0.09 0 0.19 296.67 0.16 0.78
Hex CE BD CF 0 9 0 13 129 10 4E
Octal 316 275 317 0 11 0 23 451 20 116
Binary 11001110 10111101 11001111 0 1001 0 10011 100101001 10000 1001110

Color Harmonies of #CEBDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBDCF

Black with #CEBDCF

Text Example


Text Example

White with #CEBDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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