Html Css Color HEX #CCADD5 Prelude

📋 copy color: '#CCADD5'

red 204 ◦ green 173 ◦ blue 213

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

Shades of Prelude #CCADD5

Tints of Prelude #CCADD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.1%

R = 34.58%
G = 29.32%
B = 36.1%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCADD5 (or 0xCCADD5) is known color: Prelude. HEX triplet: CC, AD and D5. RGB value is (204,173,213). Sum of RGB (Red+Green+Blue) = 204+173+213=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADD5 is #33522A. Grayscale: #BABABA. Windows color (decimal): -3363371 or 14003660. OLE color: 14003660.

HSL color Cylindrical-coordinate representation of color #CCADD5: hue angle of 286.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCADD5 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 173 213 -
CMYK 0.04 0.19 0 0.16
HSL 286.5º 0.32% 0.76% -
HSV(B) 286.5º 0.19% 0.84% -
XYZ 51.86 47.53 69.39 -
YUV 186.83 142.77 140.25 -
System Red Green Blue C M Y K H S L
Decimal 204 173 213 0.04 0.19 0 0.16 286.5 0.32 0.76
Hex CC AD D5 4 13 0 10 11E 20 4C
Octal 314 255 325 4 23 0 20 436 40 114
Binary 11001100 10101101 11010101 100 10011 0 10000 100011110 100000 1001100

Color Harmonies of #CCADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADD5

Black with #CCADD5

Text Example


Text Example

White with #CCADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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