Html Css Color HEX #CCC1D5 Prelude

📋 copy color: '#CCC1D5'

red 204 ◦ green 193 ◦ blue 213

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

Shades of Prelude #CCC1D5

Tints of Prelude #CCC1D5

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.64%

 BLUE value IS 213 (83.59% from 255) = 34.92%

R = 33.44%
G = 31.64%
B = 34.92%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCC1D5 (or 0xCCC1D5) is known color: Prelude. HEX triplet: CC, C1 and D5. RGB value is (204,193,213). Sum of RGB (Red+Green+Blue) = 204+193+213=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 193 (75.78% from 255 or 31.64% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCC1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1D5 is #333E2A. Grayscale: #C6C6C6. Windows color (decimal): -3358251 or 14008780. OLE color: 14008780.

HSL color Cylindrical-coordinate representation of color #CCC1D5: hue angle of 273º degrees, saturation: 0.19, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCC1D5 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 193 213 -
CMYK 0.04 0.09 0 0.16
HSL 273º 0.19% 0.8% -
HSV(B) 273º 0.09% 0.84% -
XYZ 55.98 55.78 70.77 -
YUV 198.57 136.14 131.87 -
System Red Green Blue C M Y K H S L
Decimal 204 193 213 0.04 0.09 0 0.16 273 0.19 0.8
Hex CC C1 D5 4 9 0 10 111 13 50
Octal 314 301 325 4 11 0 20 421 23 120
Binary 11001100 11000001 11010101 100 1001 0 10000 100010001 10011 1010000

Color Harmonies of #CCC1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC1D5

Black with #CCC1D5

Text Example


Text Example

White with #CCC1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC1D5; }

 p { color: rgb(204,193,213); }

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

background-color css

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

 a { background-color: rgb(204,193,213); }

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

border-color css

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

 span { border-color: rgb(204,193,213); }

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