Html Css Color HEX #CCB8DC Prelude

📋 copy color: '#CCB8DC'

red 204 ◦ green 184 ◦ blue 220

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

Shades of Prelude #CCB8DC

Tints of Prelude #CCB8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.26%

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

R = 33.55%
G = 30.26%
B = 36.18%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCB8DC (or 0xCCB8DC) is known color: Prelude. HEX triplet: CC, B8 and DC. RGB value is (204,184,220). Sum of RGB (Red+Green+Blue) = 204+184+220=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 184 (72.27% from 255 or 30.26% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCB8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB8DC is #334723. Grayscale: #C1C1C1. Windows color (decimal): -3360548 or 14465228. OLE color: 14465228.

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

Color convert

RGB 204 184 220 -
CMYK 0.07 0.16 0 0.14
HSL 273.33º 0.34% 0.79% -
HSV(B) 273.33º 0.16% 0.86% -
XYZ 54.96 52.29 74.91 -
YUV 194.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 204 184 220 0.07 0.16 0 0.14 273.33 0.34 0.79
Hex CC B8 DC 7 10 0 E 111 22 4F
Octal 314 270 334 7 20 0 16 421 42 117
Binary 11001100 10111000 11011100 111 10000 0 1110 100010001 100010 1001111

Color Harmonies of #CCB8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB8DC

Black with #CCB8DC

Text Example


Text Example

White with #CCB8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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