Html Css Color HEX #CCADD9 Prelude

📋 copy color: '#CCADD9'

red 204 ◦ green 173 ◦ blue 217

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

Shades of Prelude #CCADD9

Tints of Prelude #CCADD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.53%

R = 34.34%
G = 29.12%
B = 36.53%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCADD9 (or 0xCCADD9) is known color: Prelude. HEX triplet: CC, AD and D9. RGB value is (204,173,217). Sum of RGB (Red+Green+Blue) = 204+173+217=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADD9 is #335226. Grayscale: #BBBBBB. Windows color (decimal): -3363367 or 14265804. OLE color: 14265804.

HSL color Cylindrical-coordinate representation of color #CCADD9: hue angle of 282.27º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCADD9 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 173 217 -
CMYK 0.06 0.20 0 0.15
HSL 282.27º 0.37% 0.76% -
HSV(B) 282.27º 0.2% 0.85% -
XYZ 52.37 47.73 72.1 -
YUV 187.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 204 173 217 0.06 0.20 0 0.15 282.27 0.37 0.76
Hex CC AD D9 6 14 0 F 11A 25 4C
Octal 314 255 331 6 24 0 17 432 45 114
Binary 11001100 10101101 11011001 110 10100 0 1111 100011010 100101 1001100

Color Harmonies of #CCADD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADD9

Black with #CCADD9

Text Example


Text Example

White with #CCADD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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