Html Css Color HEX #C6B2CE Prelude

📋 copy color: '#C6B2CE'

red 198 ◦ green 178 ◦ blue 206

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

Shades of Prelude #C6B2CE

Tints of Prelude #C6B2CE

RGB

 RED value IS 198 (77.73% from 255) = 34.02%

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

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

R = 34.02%
G = 30.58%
B = 35.4%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C6B2CE (or 0xC6B2CE) is known color: Prelude. HEX triplet: C6, B2 and CE. RGB value is (198,178,206). Sum of RGB (Red+Green+Blue) = 198+178+206=582 (77% of max value = 765). Red value is 198 (77.73% from 255 or 34.02% from 582); Green value is 178 (69.92% from 255 or 30.58% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6B2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6B2CE is #394D31. Grayscale: #BBBBBB. Windows color (decimal): -3755314 or 13546182. OLE color: 13546182.

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

Color convert

RGB 198 178 206 -
CMYK 0.04 0.14 0 0.19
HSL 282.86º 0.22% 0.75% -
HSV(B) 282.86º 0.14% 0.81% -
XYZ 50.35 48.3 65.06 -
YUV 187.17 138.63 135.72 -
System Red Green Blue C M Y K H S L
Decimal 198 178 206 0.04 0.14 0 0.19 282.86 0.22 0.75
Hex C6 B2 CE 4 E 0 13 11B 16 4B
Octal 306 262 316 4 16 0 23 433 26 113
Binary 11000110 10110010 11001110 100 1110 0 10011 100011011 10110 1001011

Color Harmonies of #C6B2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B2CE

Black with #C6B2CE

Text Example


Text Example

White with #C6B2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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