Html Css Color HEX #CCADDD Prelude

📋 copy color: '#CCADDD'

red 204 ◦ green 173 ◦ blue 221

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

Shades of Prelude #CCADDD

Tints of Prelude #CCADDD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.93%

 BLUE value IS 221 (86.72% from 255) = 36.96%

R = 34.11%
G = 28.93%
B = 36.96%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCADDD (or 0xCCADDD) is known color: Prelude. HEX triplet: CC, AD and DD. RGB value is (204,173,221). Sum of RGB (Red+Green+Blue) = 204+173+221=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADDD is #335222. Grayscale: #BBBBBB. Windows color (decimal): -3363363 or 14527948. OLE color: 14527948.

HSL color Cylindrical-coordinate representation of color #CCADDD: hue angle of 278.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCADDD is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 173 221 -
CMYK 0.08 0.22 0 0.13
HSL 278.75º 0.41% 0.77% -
HSV(B) 278.75º 0.22% 0.87% -
XYZ 52.9 47.94 74.87 -
YUV 187.74 146.77 139.6 -
System Red Green Blue C M Y K H S L
Decimal 204 173 221 0.08 0.22 0 0.13 278.75 0.41 0.77
Hex CC AD DD 8 16 0 D 117 29 4D
Octal 314 255 335 10 26 0 15 427 51 115
Binary 11001100 10101101 11011101 1000 10110 0 1101 100010111 101001 1001101

Color Harmonies of #CCADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADDD

Black with #CCADDD

Text Example


Text Example

White with #CCADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADDD; }

 p { color: rgb(204,173,221); }

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

background-color css

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

 a { background-color: rgb(204,173,221); }

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

border-color css

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

 span { border-color: rgb(204,173,221); }

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