Html Css Color HEX #CCB6DF Prelude

📋 copy color: '#CCB6DF'

red 204 ◦ green 182 ◦ blue 223

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

Shades of Prelude #CCB6DF

Tints of Prelude #CCB6DF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.89%

 BLUE value IS 223 (87.5% from 255) = 36.62%

R = 33.5%
G = 29.89%
B = 36.62%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCB6DF (or 0xCCB6DF) is known color: Prelude. HEX triplet: CC, B6 and DF. RGB value is (204,182,223). Sum of RGB (Red+Green+Blue) = 204+182+223=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 182 (71.48% from 255 or 29.89% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCB6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6DF is #334920. Grayscale: #C1C1C1. Windows color (decimal): -3361057 or 14661324. OLE color: 14661324.

HSL color Cylindrical-coordinate representation of color #CCB6DF: hue angle of 272.2º degrees, saturation: 0.39, 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 #CCB6DF is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 182 223 -
CMYK 0.09 0.18 0 0.13
HSL 272.2º 0.39% 0.79% -
HSV(B) 272.2º 0.18% 0.87% -
XYZ 54.95 51.62 76.88 -
YUV 193.25 144.79 135.67 -
System Red Green Blue C M Y K H S L
Decimal 204 182 223 0.09 0.18 0 0.13 272.2 0.39 0.79
Hex CC B6 DF 9 12 0 D 110 27 4F
Octal 314 266 337 11 22 0 15 420 47 117
Binary 11001100 10110110 11011111 1001 10010 0 1101 100010000 100111 1001111

Color Harmonies of #CCB6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB6DF

Black with #CCB6DF

Text Example


Text Example

White with #CCB6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB6DF; }

 p { color: rgb(204,182,223); }

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

background-color css

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

 a { background-color: rgb(204,182,223); }

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

border-color css

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

 span { border-color: rgb(204,182,223); }

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