Html Css Color HEX #CFBED0 Thistle

📋 copy color: '#CFBED0'

red 207 ◦ green 190 ◦ blue 208

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

Shades of Thistle #CFBED0

Tints of Thistle #CFBED0

RGB

 RED value IS 207 (81.25% from 255) = 34.21%

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

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

R = 34.21%
G = 31.4%
B = 34.38%

CMYK

 C value IS 0.00

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFBED0 (or 0xCFBED0) is known color: Thistle. HEX triplet: CF, BE and D0. RGB value is (207,190,208). Sum of RGB (Red+Green+Blue) = 207+190+208=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFBED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBED0 is #30412F. Grayscale: #C5C5C5. Windows color (decimal): -3162416 or 13680335. OLE color: 13680335.

HSL color Cylindrical-coordinate representation of color #CFBED0: hue angle of 296.67º 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 #CFBED0 is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 190 208 -
CMYK 0.00 0.09 0 0.18
HSL 296.67º 0.16% 0.78% -
HSV(B) 296.67º 0.09% 0.82% -
XYZ 55.53 54.65 67.3 -
YUV 197.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 207 190 208 0.00 0.09 0 0.18 296.67 0.16 0.78
Hex CF BE D0 0 9 0 12 129 10 4E
Octal 317 276 320 0 11 0 22 451 20 116
Binary 11001111 10111110 11010000 0 1001 0 10010 100101001 10000 1001110

Color Harmonies of #CFBED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBED0

Black with #CFBED0

Text Example


Text Example

White with #CFBED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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