Html Css Color HEX #CCBECB Thistle

📋 copy color: '#CCBECB'

red 204 ◦ green 190 ◦ blue 203

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

Shades of Thistle #CCBECB

Tints of Thistle #CCBECB

RGB

 RED value IS 204 (80.08% from 255) = 34.17%

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

 BLUE value IS 203 (79.69% from 255) = 34%

R = 34.17%
G = 31.83%
B = 34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CCBECB (or 0xCCBECB) is known color: Thistle. HEX triplet: CC, BE and CB. RGB value is (204,190,203). Sum of RGB (Red+Green+Blue) = 204+190+203=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBECB is #334134. Grayscale: #C3C3C3. Windows color (decimal): -3359029 or 13352652. OLE color: 13352652.

HSL color Cylindrical-coordinate representation of color #CCBECB: hue angle of 304.29º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCBECB is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 190 203 -
CMYK 0 0.07 0.00 0.2
HSL 304.29º 0.12% 0.77% -
HSV(B) 304.29º 0.07% 0.8% -
XYZ 54.09 53.98 64.07 -
YUV 195.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 204 190 203 0 0.07 0.00 0.2 304.29 0.12 0.77
Hex CC BE CB 0 7 0 14 130 C 4D
Octal 314 276 313 0 7 0 24 460 14 115
Binary 11001100 10111110 11001011 0 111 0 10100 100110000 1100 1001101

Color Harmonies of #CCBECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBECB

Black with #CCBECB

Text Example


Text Example

White with #CCBECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBECB; }

 p { color: rgb(204,190,203); }

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

background-color css

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

 a { background-color: rgb(204,190,203); }

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

border-color css

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

 span { border-color: rgb(204,190,203); }

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