Html Css Color HEX #CCADD6 Prelude

📋 copy color: '#CCADD6'

red 204 ◦ green 173 ◦ blue 214

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

Shades of Prelude #CCADD6

Tints of Prelude #CCADD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.21%

R = 34.52%
G = 29.27%
B = 36.21%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCADD6 (or 0xCCADD6) is known color: Prelude. HEX triplet: CC, AD and D6. RGB value is (204,173,214). Sum of RGB (Red+Green+Blue) = 204+173+214=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 214 (83.98% from 255 or 36.21% from 591); Max value from RGB is 214 - color contains mainly: blue. Hex color #CCADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADD6 is #335229. Grayscale: #BABABA. Windows color (decimal): -3363370 or 14069196. OLE color: 14069196.

HSL color Cylindrical-coordinate representation of color #CCADD6: hue angle of 285.37º degrees, saturation: 0.33, 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 #CCADD6 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 173 214 -
CMYK 0.05 0.19 0 0.16
HSL 285.37º 0.33% 0.76% -
HSV(B) 285.37º 0.19% 0.84% -
XYZ 51.98 47.58 70.06 -
YUV 186.94 143.27 140.17 -
System Red Green Blue C M Y K H S L
Decimal 204 173 214 0.05 0.19 0 0.16 285.37 0.33 0.76
Hex CC AD D6 5 13 0 10 11D 21 4C
Octal 314 255 326 5 23 0 20 435 41 114
Binary 11001100 10101101 11010110 101 10011 0 10000 100011101 100001 1001100

Color Harmonies of #CCADD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADD6

Black with #CCADD6

Text Example


Text Example

White with #CCADD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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