Html Css Color HEX #CCB0DF Prelude

📋 copy color: '#CCB0DF'

red 204 ◦ green 176 ◦ blue 223

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

Shades of Prelude #CCB0DF

Tints of Prelude #CCB0DF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.19%

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

R = 33.83%
G = 29.19%
B = 36.98%

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

#CCB0DF (or 0xCCB0DF) is known color: Prelude. HEX triplet: CC, B0 and DF. RGB value is (204,176,223). Sum of RGB (Red+Green+Blue) = 204+176+223=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCB0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0DF is #334F20. Grayscale: #BDBDBD. Windows color (decimal): -3362593 or 14659788. OLE color: 14659788.

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

Color convert

RGB 204 176 223 -
CMYK 0.09 0.21 0 0.13
HSL 275.74º 0.42% 0.78% -
HSV(B) 275.74º 0.21% 0.87% -
XYZ 53.75 49.22 76.48 -
YUV 189.73 146.78 138.18 -
System Red Green Blue C M Y K H S L
Decimal 204 176 223 0.09 0.21 0 0.13 275.74 0.42 0.78
Hex CC B0 DF 9 15 0 D 114 2A 4E
Octal 314 260 337 11 25 0 15 424 52 116
Binary 11001100 10110000 11011111 1001 10101 0 1101 100010100 101010 1001110

Color Harmonies of #CCB0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0DF

Black with #CCB0DF

Text Example


Text Example

White with #CCB0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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