Html Css Color HEX #CFBDD2 Thistle

📋 copy color: '#CFBDD2'

red 207 ◦ green 189 ◦ blue 210

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

Shades of Thistle #CFBDD2

Tints of Thistle #CFBDD2

RGB

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

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

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

R = 34.16%
G = 31.19%
B = 34.65%

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

#CFBDD2 (or 0xCFBDD2) is known color: Thistle. HEX triplet: CF, BD and D2. RGB value is (207,189,210). Sum of RGB (Red+Green+Blue) = 207+189+210=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 210 - color contains mainly: blue. Hex color #CFBDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDD2 is #30422D. Grayscale: #C4C4C4. Windows color (decimal): -3162670 or 13811151. OLE color: 13811151.

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

Color convert

RGB 207 189 210 -
CMYK 0.01 0.10 0 0.18
HSL 291.43º 0.19% 0.78% -
HSV(B) 291.43º 0.1% 0.82% -
XYZ 55.56 54.31 68.53 -
YUV 196.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 207 189 210 0.01 0.10 0 0.18 291.43 0.19 0.78
Hex CF BD D2 1 A 0 12 123 13 4E
Octal 317 275 322 1 12 0 22 443 23 116
Binary 11001111 10111101 11010010 1 1010 0 10010 100100011 10011 1001110

Color Harmonies of #CFBDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBDD2

Black with #CFBDD2

Text Example


Text Example

White with #CFBDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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