Html Css Color HEX #CCB3DE Prelude

📋 copy color: '#CCB3DE'

red 204 ◦ green 179 ◦ blue 222

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

Shades of Prelude #CCB3DE

Tints of Prelude #CCB3DE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.59%

 BLUE value IS 222 (87.11% from 255) = 36.69%

R = 33.72%
G = 29.59%
B = 36.69%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCB3DE (or 0xCCB3DE) is known color: Prelude. HEX triplet: CC, B3 and DE. RGB value is (204,179,222). Sum of RGB (Red+Green+Blue) = 204+179+222=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCB3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3DE is #334C21. Grayscale: #BFBFBF. Windows color (decimal): -3361826 or 14595020. OLE color: 14595020.

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

Color convert

RGB 204 179 222 -
CMYK 0.08 0.19 0 0.13
HSL 274.88º 0.39% 0.79% -
HSV(B) 274.88º 0.19% 0.87% -
XYZ 54.21 50.35 75.97 -
YUV 191.38 145.28 137 -
System Red Green Blue C M Y K H S L
Decimal 204 179 222 0.08 0.19 0 0.13 274.88 0.39 0.79
Hex CC B3 DE 8 13 0 D 113 27 4F
Octal 314 263 336 10 23 0 15 423 47 117
Binary 11001100 10110011 11011110 1000 10011 0 1101 100010011 100111 1001111

Color Harmonies of #CCB3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB3DE

Black with #CCB3DE

Text Example


Text Example

White with #CCB3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB3DE; }

 p { color: rgb(204,179,222); }

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

background-color css

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

 a { background-color: rgb(204,179,222); }

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

border-color css

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

 span { border-color: rgb(204,179,222); }

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