Html Css Color HEX #CCC0D1 Prelude

📋 copy color: '#CCC0D1'

red 204 ◦ green 192 ◦ blue 209

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

Shades of Prelude #CCC0D1

Tints of Prelude #CCC0D1

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.74%

 BLUE value IS 209 (82.03% from 255) = 34.55%

R = 33.72%
G = 31.74%
B = 34.55%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CCC0D1 (or 0xCCC0D1) is known color: Prelude. HEX triplet: CC, C0 and D1. RGB value is (204,192,209). Sum of RGB (Red+Green+Blue) = 204+192+209=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCC0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0D1 is #333F2E. Grayscale: #C5C5C5. Windows color (decimal): -3358511 or 13746380. OLE color: 13746380.

HSL color Cylindrical-coordinate representation of color #CCC0D1: hue angle of 282.35º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCC0D1 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 192 209 -
CMYK 0.02 0.08 0 0.18
HSL 282.35º 0.16% 0.79% -
HSV(B) 282.35º 0.08% 0.82% -
XYZ 55.26 55.14 68.05 -
YUV 197.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 204 192 209 0.02 0.08 0 0.18 282.35 0.16 0.79
Hex CC C0 D1 2 8 0 12 11A 10 4F
Octal 314 300 321 2 10 0 22 432 20 117
Binary 11001100 11000000 11010001 10 1000 0 10010 100011010 10000 1001111

Color Harmonies of #CCC0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC0D1

Black with #CCC0D1

Text Example


Text Example

White with #CCC0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC0D1; }

 p { color: rgb(204,192,209); }

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

background-color css

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

 a { background-color: rgb(204,192,209); }

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

border-color css

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

 span { border-color: rgb(204,192,209); }

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