Html Css Color HEX #CCB7DC Prelude

📋 copy color: '#CCB7DC'

red 204 ◦ green 183 ◦ blue 220

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

Shades of Prelude #CCB7DC

Tints of Prelude #CCB7DC

RGB

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

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

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

R = 33.61%
G = 30.15%
B = 36.24%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCB7DC (or 0xCCB7DC) is known color: Prelude. HEX triplet: CC, B7 and DC. RGB value is (204,183,220). Sum of RGB (Red+Green+Blue) = 204+183+220=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCB7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7DC is #334823. Grayscale: #C1C1C1. Windows color (decimal): -3360804 or 14464972. OLE color: 14464972.

HSL color Cylindrical-coordinate representation of color #CCB7DC: hue angle of 274.05º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCB7DC is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 183 220 -
CMYK 0.07 0.17 0 0.14
HSL 274.05º 0.35% 0.79% -
HSV(B) 274.05º 0.17% 0.86% -
XYZ 54.75 51.87 74.84 -
YUV 193.5 142.96 135.49 -
System Red Green Blue C M Y K H S L
Decimal 204 183 220 0.07 0.17 0 0.14 274.05 0.35 0.79
Hex CC B7 DC 7 11 0 E 112 23 4F
Octal 314 267 334 7 21 0 16 422 43 117
Binary 11001100 10110111 11011100 111 10001 0 1110 100010010 100011 1001111

Color Harmonies of #CCB7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB7DC

Black with #CCB7DC

Text Example


Text Example

White with #CCB7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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