Html Css Color HEX #C9BDD4 Prelude

📋 copy color: '#C9BDD4'

red 201 ◦ green 189 ◦ blue 212

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

Shades of Prelude #C9BDD4

Tints of Prelude #C9BDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.22%

R = 33.39%
G = 31.4%
B = 35.22%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C9BDD4 (or 0xC9BDD4) is known color: Prelude. HEX triplet: C9, BD and D4. RGB value is (201,189,212). Sum of RGB (Red+Green+Blue) = 201+189+212=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 212 - color contains mainly: blue. Hex color #C9BDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDD4 is #36422B. Grayscale: #C3C3C3. Windows color (decimal): -3555884 or 13942217. OLE color: 13942217.

HSL color Cylindrical-coordinate representation of color #C9BDD4: hue angle of 271.3º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9BDD4 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 201 189 212 -
CMYK 0.05 0.11 0 0.17
HSL 271.3º 0.21% 0.79% -
HSV(B) 271.3º 0.11% 0.83% -
XYZ 54.17 53.57 69.77 -
YUV 195.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 201 189 212 0.05 0.11 0 0.17 271.3 0.21 0.79
Hex C9 BD D4 5 B 0 11 10F 15 4F
Octal 311 275 324 5 13 0 21 417 25 117
Binary 11001001 10111101 11010100 101 1011 0 10001 100001111 10101 1001111

Color Harmonies of #C9BDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDD4

Black with #C9BDD4

Text Example


Text Example

White with #C9BDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDD4; }

 p { color: rgb(201,189,212); }

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

background-color css

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

 a { background-color: rgb(201,189,212); }

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

border-color css

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

 span { border-color: rgb(201,189,212); }

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