Html Css Color HEX #CCB6D1 Prelude

📋 copy color: '#CCB6D1'

red 204 ◦ green 182 ◦ blue 209

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

Shades of Prelude #CCB6D1

Tints of Prelude #CCB6D1

RGB

 RED value IS 204 (80.08% from 255) = 34.29%

 GREEN value IS 182 (71.48% from 255) = 30.59%

 BLUE value IS 209 (82.03% from 255) = 35.13%

R = 34.29%
G = 30.59%
B = 35.13%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CCB6D1 (or 0xCCB6D1) is known color: Prelude. HEX triplet: CC, B6 and D1. RGB value is (204,182,209). Sum of RGB (Red+Green+Blue) = 204+182+209=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCB6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6D1 is #33492E. Grayscale: #BFBFBF. Windows color (decimal): -3361071 or 13743820. OLE color: 13743820.

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

Color convert

RGB 204 182 209 -
CMYK 0.02 0.13 0 0.18
HSL 288.89º 0.23% 0.77% -
HSV(B) 288.89º 0.13% 0.82% -
XYZ 53.14 50.9 67.34 -
YUV 191.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 204 182 209 0.02 0.13 0 0.18 288.89 0.23 0.77
Hex CC B6 D1 2 D 0 12 121 17 4D
Octal 314 266 321 2 15 0 22 441 27 115
Binary 11001100 10110110 11010001 10 1101 0 10010 100100001 10111 1001101

Color Harmonies of #CCB6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB6D1

Black with #CCB6D1

Text Example


Text Example

White with #CCB6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB6D1; }

 p { color: rgb(204,182,209); }

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

background-color css

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

 a { background-color: rgb(204,182,209); }

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

border-color css

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

 span { border-color: rgb(204,182,209); }

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