Html Css Color HEX #CCC1D3 Prelude

📋 copy color: '#CCC1D3'

red 204 ◦ green 193 ◦ blue 211

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

Shades of Prelude #CCC1D3

Tints of Prelude #CCC1D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.7%

R = 33.55%
G = 31.74%
B = 34.7%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CCC1D3 (or 0xCCC1D3) is known color: Prelude. HEX triplet: CC, C1 and D3. RGB value is (204,193,211). Sum of RGB (Red+Green+Blue) = 204+193+211=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 211 (82.81% from 255 or 34.70% from 608); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCC1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1D3 is #333E2C. Grayscale: #C6C6C6. Windows color (decimal): -3358253 or 13877708. OLE color: 13877708.

HSL color Cylindrical-coordinate representation of color #CCC1D3: hue angle of 276.67º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCC1D3 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 193 211 -
CMYK 0.03 0.09 0 0.17
HSL 276.67º 0.17% 0.79% -
HSV(B) 276.67º 0.09% 0.83% -
XYZ 55.73 55.68 69.44 -
YUV 198.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 204 193 211 0.03 0.09 0 0.17 276.67 0.17 0.79
Hex CC C1 D3 3 9 0 11 115 11 4F
Octal 314 301 323 3 11 0 21 425 21 117
Binary 11001100 11000001 11010011 11 1001 0 10001 100010101 10001 1001111

Color Harmonies of #CCC1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC1D3

Black with #CCC1D3

Text Example


Text Example

White with #CCC1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC1D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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