Html Css Color HEX #CCB5D1 Prelude

📋 copy color: '#CCB5D1'

red 204 ◦ green 181 ◦ blue 209

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

Shades of Prelude #CCB5D1

Tints of Prelude #CCB5D1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.47%

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

R = 34.34%
G = 30.47%
B = 35.19%

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

#CCB5D1 (or 0xCCB5D1) is known color: Prelude. HEX triplet: CC, B5 and D1. RGB value is (204,181,209). Sum of RGB (Red+Green+Blue) = 204+181+209=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 181 (71.09% from 255 or 30.47% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCB5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5D1 is #334A2E. Grayscale: #BEBEBE. Windows color (decimal): -3361327 or 13743564. OLE color: 13743564.

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

Color convert

RGB 204 181 209 -
CMYK 0.02 0.13 0 0.18
HSL 289.29º 0.23% 0.76% -
HSV(B) 289.29º 0.13% 0.82% -
XYZ 52.93 50.49 67.28 -
YUV 191.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 204 181 209 0.02 0.13 0 0.18 289.29 0.23 0.76
Hex CC B5 D1 2 D 0 12 121 17 4C
Octal 314 265 321 2 15 0 22 441 27 114
Binary 11001100 10110101 11010001 10 1101 0 10010 100100001 10111 1001100

Color Harmonies of #CCB5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB5D1

Black with #CCB5D1

Text Example


Text Example

White with #CCB5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB5D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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