Html Css Color HEX #CCACD3 Prelude

📋 copy color: '#CCACD3'

red 204 ◦ green 172 ◦ blue 211

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

Shades of Prelude #CCACD3

Tints of Prelude #CCACD3

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.3%

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

R = 34.75%
G = 29.3%
B = 35.95%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CCACD3 (or 0xCCACD3) is known color: Prelude. HEX triplet: CC, AC and D3. RGB value is (204,172,211). Sum of RGB (Red+Green+Blue) = 204+172+211=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCACD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACD3 is #33532C. Grayscale: #B9B9B9. Windows color (decimal): -3363629 or 13872332. OLE color: 13872332.

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

Color convert

RGB 204 172 211 -
CMYK 0.03 0.18 0 0.17
HSL 289.23º 0.31% 0.75% -
HSV(B) 289.23º 0.18% 0.83% -
XYZ 51.41 47.05 68 -
YUV 186.01 142.1 140.83 -
System Red Green Blue C M Y K H S L
Decimal 204 172 211 0.03 0.18 0 0.17 289.23 0.31 0.75
Hex CC AC D3 3 12 0 11 121 1F 4B
Octal 314 254 323 3 22 0 21 441 37 113
Binary 11001100 10101100 11010011 11 10010 0 10001 100100001 11111 1001011

Color Harmonies of #CCACD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACD3

Black with #CCACD3

Text Example


Text Example

White with #CCACD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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