Html Css Color HEX #CCBEB1 Stark White

📋 copy color: '#CCBEB1'

red 204 ◦ green 190 ◦ blue 177

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

Shades of Stark White #CCBEB1

Tints of Stark White #CCBEB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31%

R = 35.73%
G = 33.27%
B = 31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CCBEB1 (or 0xCCBEB1) is known color: Stark White. HEX triplet: CC, BE and B1. RGB value is (204,190,177). Sum of RGB (Red+Green+Blue) = 204+190+177=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBEB1 is #33414E. Grayscale: #C0C0C0. Windows color (decimal): -3359055 or 11648716. OLE color: 11648716.

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

Color convert

RGB 204 190 177 -
CMYK 0 0.07 0.13 0.2
HSL 28.89º 0.21% 0.75% -
HSV(B) 28.89º 0.13% 0.8% -
XYZ 51.25 52.84 49.09 -
YUV 192.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 204 190 177 0 0.07 0.13 0.2 28.89 0.21 0.75
Hex CC BE B1 0 7 D 14 1D 15 4B
Octal 314 276 261 0 7 15 24 35 25 113
Binary 11001100 10111110 10110001 0 111 1101 10100 11101 10101 1001011

Color Harmonies of #CCBEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBEB1

Black with #CCBEB1

Text Example


Text Example

White with #CCBEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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