Html Css Color HEX #C5B2CC Prelude

📋 copy color: '#C5B2CC'

red 197 ◦ green 178 ◦ blue 204

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

Shades of Prelude #C5B2CC

Tints of Prelude #C5B2CC

RGB

 RED value IS 197 (77.34% from 255) = 34.02%

 GREEN value IS 178 (69.92% from 255) = 30.74%

 BLUE value IS 204 (80.08% from 255) = 35.23%

R = 34.02%
G = 30.74%
B = 35.23%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C5B2CC (or 0xC5B2CC) is known color: Prelude. HEX triplet: C5, B2 and CC. RGB value is (197,178,204). Sum of RGB (Red+Green+Blue) = 197+178+204=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5B2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B2CC is #3A4D33. Grayscale: #BABABA. Windows color (decimal): -3820852 or 13415109. OLE color: 13415109.

HSL color Cylindrical-coordinate representation of color #C5B2CC: hue angle of 283.85º degrees, saturation: 0.2, 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 #C5B2CC is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 178 204 -
CMYK 0.03 0.13 0 0.2
HSL 283.85º 0.2% 0.75% -
HSV(B) 283.85º 0.13% 0.8% -
XYZ 49.85 48.07 63.78 -
YUV 186.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 197 178 204 0.03 0.13 0 0.2 283.85 0.2 0.75
Hex C5 B2 CC 3 D 0 14 11C 14 4B
Octal 305 262 314 3 15 0 24 434 24 113
Binary 11000101 10110010 11001100 11 1101 0 10100 100011100 10100 1001011

Color Harmonies of #C5B2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B2CC

Black with #C5B2CC

Text Example


Text Example

White with #C5B2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B2CC; }

 p { color: rgb(197,178,204); }

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

background-color css

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

 a { background-color: rgb(197,178,204); }

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

border-color css

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

 span { border-color: rgb(197,178,204); }

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