Html Css Color HEX #CCBADD Prelude

📋 copy color: '#CCBADD'

red 204 ◦ green 186 ◦ blue 221

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

Shades of Prelude #CCBADD

Tints of Prelude #CCBADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.44%

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

R = 33.39%
G = 30.44%
B = 36.17%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCBADD (or 0xCCBADD) is known color: Prelude. HEX triplet: CC, BA and DD. RGB value is (204,186,221). Sum of RGB (Red+Green+Blue) = 204+186+221=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCBADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBADD is #334522. Grayscale: #C3C3C3. Windows color (decimal): -3360035 or 14531276. OLE color: 14531276.

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

Color convert

RGB 204 186 221 -
CMYK 0.08 0.16 0 0.13
HSL 270.86º 0.34% 0.8% -
HSV(B) 270.86º 0.16% 0.87% -
XYZ 55.51 53.18 75.74 -
YUV 195.37 142.46 134.15 -
System Red Green Blue C M Y K H S L
Decimal 204 186 221 0.08 0.16 0 0.13 270.86 0.34 0.8
Hex CC BA DD 8 10 0 D 10F 22 50
Octal 314 272 335 10 20 0 15 417 42 120
Binary 11001100 10111010 11011101 1000 10000 0 1101 100001111 100010 1010000

Color Harmonies of #CCBADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBADD

Black with #CCBADD

Text Example


Text Example

White with #CCBADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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