Html Css Color HEX #C2B2CE Prelude

📋 copy color: '#C2B2CE'

red 194 ◦ green 178 ◦ blue 206

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

Shades of Prelude #C2B2CE

Tints of Prelude #C2B2CE

RGB

 RED value IS 194 (76.17% from 255) = 33.56%

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

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

R = 33.56%
G = 30.8%
B = 35.64%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C2B2CE (or 0xC2B2CE) is known color: Prelude. HEX triplet: C2, B2 and CE. RGB value is (194,178,206). Sum of RGB (Red+Green+Blue) = 194+178+206=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2B2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B2CE is #3D4D31. Grayscale: #B9B9B9. Windows color (decimal): -4017458 or 13546178. OLE color: 13546178.

HSL color Cylindrical-coordinate representation of color #C2B2CE: hue angle of 274.29º degrees, saturation: 0.22, 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 #C2B2CE is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 178 206 -
CMYK 0.06 0.14 0 0.19
HSL 274.29º 0.22% 0.75% -
HSV(B) 274.29º 0.14% 0.81% -
XYZ 49.31 47.77 65.01 -
YUV 185.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 194 178 206 0.06 0.14 0 0.19 274.29 0.22 0.75
Hex C2 B2 CE 6 E 0 13 112 16 4B
Octal 302 262 316 6 16 0 23 422 26 113
Binary 11000010 10110010 11001110 110 1110 0 10011 100010010 10110 1001011

Color Harmonies of #C2B2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B2CE

Black with #C2B2CE

Text Example


Text Example

White with #C2B2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B2CE; }

 p { color: rgb(194,178,206); }

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

background-color css

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

 a { background-color: rgb(194,178,206); }

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

border-color css

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

 span { border-color: rgb(194,178,206); }

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