Html Css Color HEX #C3B5CC Prelude

📋 copy color: '#C3B5CC'

red 195 ◦ green 181 ◦ blue 204

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

Shades of Prelude #C3B5CC

Tints of Prelude #C3B5CC

RGB

 RED value IS 195 (76.56% from 255) = 33.62%

 GREEN value IS 181 (71.09% from 255) = 31.21%

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

R = 33.62%
G = 31.21%
B = 35.17%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C3B5CC (or 0xC3B5CC) is known color: Prelude. HEX triplet: C3, B5 and CC. RGB value is (195,181,204). Sum of RGB (Red+Green+Blue) = 195+181+204=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 204 - color contains mainly: blue. Hex color #C3B5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B5CC is #3C4A33. Grayscale: #BBBBBB. Windows color (decimal): -3951156 or 13415875. OLE color: 13415875.

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

Color convert

RGB 195 181 204 -
CMYK 0.04 0.11 0 0.2
HSL 276.52º 0.18% 0.75% -
HSV(B) 276.52º 0.11% 0.8% -
XYZ 49.93 49.01 63.96 -
YUV 187.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 195 181 204 0.04 0.11 0 0.2 276.52 0.18 0.75
Hex C3 B5 CC 4 B 0 14 115 12 4B
Octal 303 265 314 4 13 0 24 425 22 113
Binary 11000011 10110101 11001100 100 1011 0 10100 100010101 10010 1001011

Color Harmonies of #C3B5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B5CC

Black with #C3B5CC

Text Example


Text Example

White with #C3B5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B5CC; }

 p { color: rgb(195,181,204); }

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

background-color css

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

 a { background-color: rgb(195,181,204); }

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

border-color css

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

 span { border-color: rgb(195,181,204); }

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