Html Css Color HEX #CCB5DE Prelude

📋 copy color: '#CCB5DE'

red 204 ◦ green 181 ◦ blue 222

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

Shades of Prelude #CCB5DE

Tints of Prelude #CCB5DE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.82%

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

R = 33.61%
G = 29.82%
B = 36.57%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCB5DE (or 0xCCB5DE) is known color: Prelude. HEX triplet: CC, B5 and DE. RGB value is (204,181,222). Sum of RGB (Red+Green+Blue) = 204+181+222=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCB5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5DE is #334A21. Grayscale: #C0C0C0. Windows color (decimal): -3361314 or 14595532. OLE color: 14595532.

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

Color convert

RGB 204 181 222 -
CMYK 0.08 0.18 0 0.13
HSL 273.66º 0.38% 0.79% -
HSV(B) 273.66º 0.18% 0.87% -
XYZ 54.61 51.16 76.1 -
YUV 192.55 144.62 136.17 -
System Red Green Blue C M Y K H S L
Decimal 204 181 222 0.08 0.18 0 0.13 273.66 0.38 0.79
Hex CC B5 DE 8 12 0 D 112 26 4F
Octal 314 265 336 10 22 0 15 422 46 117
Binary 11001100 10110101 11011110 1000 10010 0 1101 100010010 100110 1001111

Color Harmonies of #CCB5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB5DE

Black with #CCB5DE

Text Example


Text Example

White with #CCB5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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