Html Css Color HEX #C9B2D5 Prelude

📋 copy color: '#C9B2D5'

red 201 ◦ green 178 ◦ blue 213

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

Shades of Prelude #C9B2D5

Tints of Prelude #C9B2D5

RGB

 RED value IS 201 (78.91% from 255) = 33.95%

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

 BLUE value IS 213 (83.59% from 255) = 35.98%

R = 33.95%
G = 30.07%
B = 35.98%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C9B2D5 (or 0xC9B2D5) is known color: Prelude. HEX triplet: C9, B2 and D5. RGB value is (201,178,213). Sum of RGB (Red+Green+Blue) = 201+178+213=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 213 - color contains mainly: blue. Hex color #C9B2D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B2D5 is #364D2A. Grayscale: #BCBCBC. Windows color (decimal): -3558699 or 14004937. OLE color: 14004937.

HSL color Cylindrical-coordinate representation of color #C9B2D5: hue angle of 279.43º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9B2D5 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 178 213 -
CMYK 0.06 0.16 0 0.16
HSL 279.43º 0.29% 0.77% -
HSV(B) 279.43º 0.16% 0.84% -
XYZ 52.02 49.06 69.68 -
YUV 188.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 201 178 213 0.06 0.16 0 0.16 279.43 0.29 0.77
Hex C9 B2 D5 6 10 0 10 117 1D 4D
Octal 311 262 325 6 20 0 20 427 35 115
Binary 11001001 10110010 11010101 110 10000 0 10000 100010111 11101 1001101

Color Harmonies of #C9B2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B2D5

Black with #C9B2D5

Text Example


Text Example

White with #C9B2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B2D5; }

 p { color: rgb(201,178,213); }

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

background-color css

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

 a { background-color: rgb(201,178,213); }

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

border-color css

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

 span { border-color: rgb(201,178,213); }

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