Html Css Color HEX #CCB0DB Prelude

📋 copy color: '#CCB0DB'

red 204 ◦ green 176 ◦ blue 219

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

Shades of Prelude #CCB0DB

Tints of Prelude #CCB0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.56%

R = 34.06%
G = 29.38%
B = 36.56%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCB0DB (or 0xCCB0DB) is known color: Prelude. HEX triplet: CC, B0 and DB. RGB value is (204,176,219). Sum of RGB (Red+Green+Blue) = 204+176+219=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCB0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0DB is #334F24. Grayscale: #BDBDBD. Windows color (decimal): -3362597 or 14397644. OLE color: 14397644.

HSL color Cylindrical-coordinate representation of color #CCB0DB: hue angle of 279.07º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCB0DB is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 176 219 -
CMYK 0.07 0.20 0 0.14
HSL 279.07º 0.37% 0.77% -
HSV(B) 279.07º 0.2% 0.86% -
XYZ 53.21 49 73.67 -
YUV 189.27 144.78 138.5 -
System Red Green Blue C M Y K H S L
Decimal 204 176 219 0.07 0.20 0 0.14 279.07 0.37 0.77
Hex CC B0 DB 7 14 0 E 117 25 4D
Octal 314 260 333 7 24 0 16 427 45 115
Binary 11001100 10110000 11011011 111 10100 0 1110 100010111 100101 1001101

Color Harmonies of #CCB0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0DB

Black with #CCB0DB

Text Example


Text Example

White with #CCB0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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