Html Css Color HEX #CCACDB Prelude

📋 copy color: '#CCACDB'

red 204 ◦ green 172 ◦ blue 219

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

Shades of Prelude #CCACDB

Tints of Prelude #CCACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.81%

R = 34.29%
G = 28.91%
B = 36.81%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCACDB (or 0xCCACDB) is known color: Prelude. HEX triplet: CC, AC and DB. RGB value is (204,172,219). Sum of RGB (Red+Green+Blue) = 204+172+219=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACDB is #335324. Grayscale: #BABABA. Windows color (decimal): -3363621 or 14396620. OLE color: 14396620.

HSL color Cylindrical-coordinate representation of color #CCACDB: hue angle of 280.85º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCACDB is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 172 219 -
CMYK 0.07 0.21 0 0.14
HSL 280.85º 0.39% 0.77% -
HSV(B) 280.85º 0.21% 0.86% -
XYZ 52.44 47.46 73.41 -
YUV 186.93 146.1 140.18 -
System Red Green Blue C M Y K H S L
Decimal 204 172 219 0.07 0.21 0 0.14 280.85 0.39 0.77
Hex CC AC DB 7 15 0 E 119 27 4D
Octal 314 254 333 7 25 0 16 431 47 115
Binary 11001100 10101100 11011011 111 10101 0 1110 100011001 100111 1001101

Color Harmonies of #CCACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACDB

Black with #CCACDB

Text Example


Text Example

White with #CCACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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