Html Css Color HEX #C4B2DD Moon Raker

📋 copy color: '#C4B2DD'

red 196 ◦ green 178 ◦ blue 221

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

Shades of Moon Raker #C4B2DD

Tints of Moon Raker #C4B2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.14%

R = 32.94%
G = 29.92%
B = 37.14%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4B2DD (or 0xC4B2DD) is known color: Moon Raker. HEX triplet: C4, B2 and DD. RGB value is (196,178,221). Sum of RGB (Red+Green+Blue) = 196+178+221=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 178 (69.92% from 255 or 29.92% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4B2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B2DD is #3B4D22. Grayscale: #BCBCBC. Windows color (decimal): -3886371 or 14529220. OLE color: 14529220.

HSL color Cylindrical-coordinate representation of color #C4B2DD: hue angle of 265.12º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4B2DD is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 178 221 -
CMYK 0.11 0.19 0 0.13
HSL 265.12º 0.39% 0.78% -
HSV(B) 265.12º 0.19% 0.87% -
XYZ 51.74 48.8 75.1 -
YUV 188.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 196 178 221 0.11 0.19 0 0.13 265.12 0.39 0.78
Hex C4 B2 DD B 13 0 D 109 27 4E
Octal 304 262 335 13 23 0 15 411 47 116
Binary 11000100 10110010 11011101 1011 10011 0 1101 100001001 100111 1001110

Color Harmonies of #C4B2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B2DD

Black with #C4B2DD

Text Example


Text Example

White with #C4B2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B2DD; }

 p { color: rgb(196,178,221); }

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

background-color css

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

 a { background-color: rgb(196,178,221); }

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

border-color css

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

 span { border-color: rgb(196,178,221); }

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