Html Css Color HEX #CCB1DC Prelude

📋 copy color: '#CCB1DC'

red 204 ◦ green 177 ◦ blue 220

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

Shades of Prelude #CCB1DC

Tints of Prelude #CCB1DC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.45%

 BLUE value IS 220 (86.33% from 255) = 36.61%

R = 33.94%
G = 29.45%
B = 36.61%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCB1DC (or 0xCCB1DC) is known color: Prelude. HEX triplet: CC, B1 and DC. RGB value is (204,177,220). Sum of RGB (Red+Green+Blue) = 204+177+220=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCB1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1DC is #334E23. Grayscale: #BDBDBD. Windows color (decimal): -3362340 or 14463436. OLE color: 14463436.

HSL color Cylindrical-coordinate representation of color #CCB1DC: hue angle of 277.67º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCB1DC is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 177 220 -
CMYK 0.07 0.20 0 0.14
HSL 277.67º 0.38% 0.78% -
HSV(B) 277.67º 0.2% 0.86% -
XYZ 53.54 49.45 74.43 -
YUV 189.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 204 177 220 0.07 0.20 0 0.14 277.67 0.38 0.78
Hex CC B1 DC 7 14 0 E 116 26 4E
Octal 314 261 334 7 24 0 16 426 46 116
Binary 11001100 10110001 11011100 111 10100 0 1110 100010110 100110 1001110

Color Harmonies of #CCB1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB1DC

Black with #CCB1DC

Text Example


Text Example

White with #CCB1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB1DC; }

 p { color: rgb(204,177,220); }

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

background-color css

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

 a { background-color: rgb(204,177,220); }

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

border-color css

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

 span { border-color: rgb(204,177,220); }

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