Html Css Color HEX #C4B1CE Prelude

📋 copy color: '#C4B1CE'

red 196 ◦ green 177 ◦ blue 206

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

Shades of Prelude #C4B1CE

Tints of Prelude #C4B1CE

RGB

 RED value IS 196 (76.95% from 255) = 33.85%

 GREEN value IS 177 (69.53% from 255) = 30.57%

 BLUE value IS 206 (80.86% from 255) = 35.58%

R = 33.85%
G = 30.57%
B = 35.58%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C4B1CE (or 0xC4B1CE) is known color: Prelude. HEX triplet: C4, B1 and CE. RGB value is (196,177,206). Sum of RGB (Red+Green+Blue) = 196+177+206=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #C4B1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B1CE is #3B4E31. Grayscale: #B9B9B9. Windows color (decimal): -3886642 or 13545924. OLE color: 13545924.

HSL color Cylindrical-coordinate representation of color #C4B1CE: hue angle of 279.31º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4B1CE is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 177 206 -
CMYK 0.05 0.14 0 0.19
HSL 279.31º 0.23% 0.75% -
HSV(B) 279.31º 0.14% 0.81% -
XYZ 49.63 47.64 64.97 -
YUV 185.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 196 177 206 0.05 0.14 0 0.19 279.31 0.23 0.75
Hex C4 B1 CE 5 E 0 13 117 17 4B
Octal 304 261 316 5 16 0 23 427 27 113
Binary 11000100 10110001 11001110 101 1110 0 10011 100010111 10111 1001011

Color Harmonies of #C4B1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B1CE

Black with #C4B1CE

Text Example


Text Example

White with #C4B1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B1CE; }

 p { color: rgb(196,177,206); }

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

background-color css

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

 a { background-color: rgb(196,177,206); }

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

border-color css

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

 span { border-color: rgb(196,177,206); }

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