Html Css Color HEX #CFBBD2 Thistle

📋 copy color: '#CFBBD2'

red 207 ◦ green 187 ◦ blue 210

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

Shades of Thistle #CFBBD2

Tints of Thistle #CFBBD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.77%

R = 34.27%
G = 30.96%
B = 34.77%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFBBD2 (or 0xCFBBD2) is known color: Thistle. HEX triplet: CF, BB and D2. RGB value is (207,187,210). Sum of RGB (Red+Green+Blue) = 207+187+210=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 210 - color contains mainly: blue. Hex color #CFBBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBD2 is #30442D. Grayscale: #C3C3C3. Windows color (decimal): -3163182 or 13810639. OLE color: 13810639.

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

Color convert

RGB 207 187 210 -
CMYK 0.01 0.11 0 0.18
HSL 292.17º 0.2% 0.78% -
HSV(B) 292.17º 0.11% 0.82% -
XYZ 55.14 53.46 68.39 -
YUV 195.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 207 187 210 0.01 0.11 0 0.18 292.17 0.2 0.78
Hex CF BB D2 1 B 0 12 124 14 4E
Octal 317 273 322 1 13 0 22 444 24 116
Binary 11001111 10111011 11010010 1 1011 0 10010 100100100 10100 1001110

Color Harmonies of #CFBBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBBD2

Black with #CFBBD2

Text Example


Text Example

White with #CFBBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBBD2; }

 p { color: rgb(207,187,210); }

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

background-color css

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

 a { background-color: rgb(207,187,210); }

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

border-color css

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

 span { border-color: rgb(207,187,210); }

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