Html Css Color HEX #CCB5DC Prelude

📋 copy color: '#CCB5DC'

red 204 ◦ green 181 ◦ blue 220

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

Shades of Prelude #CCB5DC

Tints of Prelude #CCB5DC

RGB

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

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

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

R = 33.72%
G = 29.92%
B = 36.36%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCB5DC (or 0xCCB5DC) is known color: Prelude. HEX triplet: CC, B5 and DC. RGB value is (204,181,220). Sum of RGB (Red+Green+Blue) = 204+181+220=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCB5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5DC is #334A23. Grayscale: #C0C0C0. Windows color (decimal): -3361316 or 14464460. OLE color: 14464460.

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

Color convert

RGB 204 181 220 -
CMYK 0.07 0.18 0 0.14
HSL 275.38º 0.36% 0.79% -
HSV(B) 275.38º 0.18% 0.86% -
XYZ 54.34 51.05 74.7 -
YUV 192.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 204 181 220 0.07 0.18 0 0.14 275.38 0.36 0.79
Hex CC B5 DC 7 12 0 E 113 24 4F
Octal 314 265 334 7 22 0 16 423 44 117
Binary 11001100 10110101 11011100 111 10010 0 1110 100010011 100100 1001111

Color Harmonies of #CCB5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB5DC

Black with #CCB5DC

Text Example


Text Example

White with #CCB5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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