Html Css Color HEX #C7BDCE Prelude

📋 copy color: '#C7BDCE'

red 199 ◦ green 189 ◦ blue 206

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

Shades of Prelude #C7BDCE

Tints of Prelude #C7BDCE

RGB

 RED value IS 199 (78.13% from 255) = 33.5%

 GREEN value IS 189 (74.22% from 255) = 31.82%

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

R = 33.5%
G = 31.82%
B = 34.68%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C7BDCE (or 0xC7BDCE) is known color: Prelude. HEX triplet: C7, BD and CE. RGB value is (199,189,206). Sum of RGB (Red+Green+Blue) = 199+189+206=594 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.50% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7BDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDCE is #384231. Grayscale: #C1C1C1. Windows color (decimal): -3686962 or 13548999. OLE color: 13548999.

HSL color Cylindrical-coordinate representation of color #C7BDCE: hue angle of 275.29º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7BDCE is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 189 206 -
CMYK 0.03 0.08 0 0.19
HSL 275.29º 0.15% 0.77% -
HSV(B) 275.29º 0.08% 0.81% -
XYZ 52.89 52.99 65.83 -
YUV 193.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 199 189 206 0.03 0.08 0 0.19 275.29 0.15 0.77
Hex C7 BD CE 3 8 0 13 113 F 4D
Octal 307 275 316 3 10 0 23 423 17 115
Binary 11000111 10111101 11001110 11 1000 0 10011 100010011 1111 1001101

Color Harmonies of #C7BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BDCE

Black with #C7BDCE

Text Example


Text Example

White with #C7BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BDCE; }

 p { color: rgb(199,189,206); }

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

background-color css

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

 a { background-color: rgb(199,189,206); }

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

border-color css

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

 span { border-color: rgb(199,189,206); }

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