Html Css Color HEX #CCB7D1 Prelude

📋 copy color: '#CCB7D1'

red 204 ◦ green 183 ◦ blue 209

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

Shades of Prelude #CCB7D1

Tints of Prelude #CCB7D1

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.7%

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

R = 34.23%
G = 30.7%
B = 35.07%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CCB7D1 (or 0xCCB7D1) is known color: Prelude. HEX triplet: CC, B7 and D1. RGB value is (204,183,209). Sum of RGB (Red+Green+Blue) = 204+183+209=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCB7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7D1 is #33482E. Grayscale: #C0C0C0. Windows color (decimal): -3360815 or 13744076. OLE color: 13744076.

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

Color convert

RGB 204 183 209 -
CMYK 0.02 0.12 0 0.18
HSL 288.46º 0.22% 0.77% -
HSV(B) 288.46º 0.12% 0.82% -
XYZ 53.34 51.31 67.41 -
YUV 192.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 204 183 209 0.02 0.12 0 0.18 288.46 0.22 0.77
Hex CC B7 D1 2 C 0 12 120 16 4D
Octal 314 267 321 2 14 0 22 440 26 115
Binary 11001100 10110111 11010001 10 1100 0 10010 100100000 10110 1001101

Color Harmonies of #CCB7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB7D1

Black with #CCB7D1

Text Example


Text Example

White with #CCB7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB7D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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