Html Css Color HEX #CCB0DC Prelude

📋 copy color: '#CCB0DC'

red 204 ◦ green 176 ◦ blue 220

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

Shades of Prelude #CCB0DC

Tints of Prelude #CCB0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.33%

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

R = 34%
G = 29.33%
B = 36.67%

CMYK

 C value IS 0.07

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCB0DC (or 0xCCB0DC) is known color: Prelude. HEX triplet: CC, B0 and DC. RGB value is (204,176,220). Sum of RGB (Red+Green+Blue) = 204+176+220=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCB0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0DC is #334F23. Grayscale: #BDBDBD. Windows color (decimal): -3362596 or 14463180. OLE color: 14463180.

HSL color Cylindrical-coordinate representation of color #CCB0DC: hue angle of 278.18º degrees, saturation: 0.39, 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 #CCB0DC is Cyan = 0.07, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 176 220 -
CMYK 0.07 0.2 0 0.14
HSL 278.18º 0.39% 0.78% -
HSV(B) 278.18º 0.2% 0.86% -
XYZ 53.35 49.06 74.37 -
YUV 189.39 145.28 138.42 -
System Red Green Blue C M Y K H S L
Decimal 204 176 220 0.07 0.2 0 0.14 278.18 0.39 0.78
Hex CC B0 DC 7 14 0 E 116 27 4E
Octal 314 260 334 7 24 0 16 426 47 116
Binary 11001100 10110000 11011100 111 10100 0 1110 100010110 100111 1001110

Color Harmonies of #CCB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0DC

Black with #CCB0DC

Text Example


Text Example

White with #CCB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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