Html Css Color HEX #CCB1DF Prelude

📋 copy color: '#CCB1DF'

red 204 ◦ green 177 ◦ blue 223

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

Shades of Prelude #CCB1DF

Tints of Prelude #CCB1DF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.3%

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

R = 33.77%
G = 29.3%
B = 36.92%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCB1DF (or 0xCCB1DF) is known color: Prelude. HEX triplet: CC, B1 and DF. RGB value is (204,177,223). Sum of RGB (Red+Green+Blue) = 204+177+223=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCB1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1DF is #334E20. Grayscale: #BEBEBE. Windows color (decimal): -3362337 or 14660044. OLE color: 14660044.

HSL color Cylindrical-coordinate representation of color #CCB1DF: hue angle of 275.22º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCB1DF is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 177 223 -
CMYK 0.09 0.21 0 0.13
HSL 275.22º 0.42% 0.78% -
HSV(B) 275.22º 0.21% 0.87% -
XYZ 53.94 49.61 76.54 -
YUV 190.32 146.45 137.76 -
System Red Green Blue C M Y K H S L
Decimal 204 177 223 0.09 0.21 0 0.13 275.22 0.42 0.78
Hex CC B1 DF 9 15 0 D 113 2A 4E
Octal 314 261 337 11 25 0 15 423 52 116
Binary 11001100 10110001 11011111 1001 10101 0 1101 100010011 101010 1001110

Color Harmonies of #CCB1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB1DF

Black with #CCB1DF

Text Example


Text Example

White with #CCB1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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