Html Css Color HEX #CCCACD Prelude

📋 copy color: '#CCCACD'

red 204 ◦ green 202 ◦ blue 205

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

Shades of Prelude #CCCACD

Tints of Prelude #CCCACD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.06%

 BLUE value IS 205 (80.47% from 255) = 33.55%

R = 33.39%
G = 33.06%
B = 33.55%

CMYK

 C value IS 0.00

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CCCACD (or 0xCCCACD) is known color: Prelude. HEX triplet: CC, CA and CD. RGB value is (204,202,205). Sum of RGB (Red+Green+Blue) = 204+202+205=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCCACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCACD is #333532. Grayscale: #CACACA. Windows color (decimal): -3355955 or 13486796. OLE color: 13486796.

HSL color Cylindrical-coordinate representation of color #CCCACD: hue angle of 280º degrees, saturation: 0.03, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CCCACD is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 202 205 -
CMYK 0.00 0.01 0 0.20
HSL 280º 0.03% 0.8% -
HSV(B) 280º 0.01% 0.8% -
XYZ 57.04 59.49 66.23 -
YUV 202.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 204 202 205 0.00 0.01 0 0.20 280 0.03 0.8
Hex CC CA CD 0 1 0 14 118 3 50
Octal 314 312 315 0 1 0 24 430 3 120
Binary 11001100 11001010 11001101 0 1 0 10100 100011000 11 1010000

Color Harmonies of #CCCACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCACD

Black with #CCCACD

Text Example


Text Example

White with #CCCACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCACD; }

 p { color: rgb(204,202,205); }

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

background-color css

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

 a { background-color: rgb(204,202,205); }

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

border-color css

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

 span { border-color: rgb(204,202,205); }

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