Html Css Color HEX #C4B4D0 Prelude

📋 copy color: '#C4B4D0'

red 196 ◦ green 180 ◦ blue 208

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

Shades of Prelude #C4B4D0

Tints of Prelude #C4B4D0

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.82%

 BLUE value IS 208 (81.64% from 255) = 35.62%

R = 33.56%
G = 30.82%
B = 35.62%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C4B4D0 (or 0xC4B4D0) is known color: Prelude. HEX triplet: C4, B4 and D0. RGB value is (196,180,208). Sum of RGB (Red+Green+Blue) = 196+180+208=584 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.56% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #C4B4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B4D0 is #3B4B2F. Grayscale: #BBBBBB. Windows color (decimal): -3885872 or 13677764. OLE color: 13677764.

HSL color Cylindrical-coordinate representation of color #C4B4D0: hue angle of 274.29º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4B4D0 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 180 208 -
CMYK 0.06 0.13 0 0.18
HSL 274.29º 0.23% 0.76% -
HSV(B) 274.29º 0.13% 0.82% -
XYZ 50.47 48.93 66.46 -
YUV 187.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 196 180 208 0.06 0.13 0 0.18 274.29 0.23 0.76
Hex C4 B4 D0 6 D 0 12 112 17 4C
Octal 304 264 320 6 15 0 22 422 27 114
Binary 11000100 10110100 11010000 110 1101 0 10010 100010010 10111 1001100

Color Harmonies of #C4B4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B4D0

Black with #C4B4D0

Text Example


Text Example

White with #C4B4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B4D0; }

 p { color: rgb(196,180,208); }

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

background-color css

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

 a { background-color: rgb(196,180,208); }

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

border-color css

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

 span { border-color: rgb(196,180,208); }

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