Html Css Color HEX #C7BDCC Prelude

📋 copy color: '#C7BDCC'

red 199 ◦ green 189 ◦ blue 204

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

Shades of Prelude #C7BDCC

Tints of Prelude #C7BDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.46%

R = 33.61%
G = 31.93%
B = 34.46%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C7BDCC (or 0xC7BDCC) is known color: Prelude. HEX triplet: C7, BD and CC. RGB value is (199,189,204). Sum of RGB (Red+Green+Blue) = 199+189+204=592 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.61% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 204 - color contains mainly: blue. Hex color #C7BDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDCC is #384233. Grayscale: #C1C1C1. Windows color (decimal): -3686964 or 13417927. OLE color: 13417927.

HSL color Cylindrical-coordinate representation of color #C7BDCC: hue angle of 280º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7BDCC is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 189 204 -
CMYK 0.02 0.07 0 0.2
HSL 280º 0.13% 0.77% -
HSV(B) 280º 0.07% 0.8% -
XYZ 52.65 52.9 64.56 -
YUV 193.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 199 189 204 0.02 0.07 0 0.2 280 0.13 0.77
Hex C7 BD CC 2 7 0 14 118 D 4D
Octal 307 275 314 2 7 0 24 430 15 115
Binary 11000111 10111101 11001100 10 111 0 10100 100011000 1101 1001101

Color Harmonies of #C7BDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BDCC

Black with #C7BDCC

Text Example


Text Example

White with #C7BDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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