Html Css Color HEX #CCB7DB Prelude

📋 copy color: '#CCB7DB'

red 204 ◦ green 183 ◦ blue 219

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

Shades of Prelude #CCB7DB

Tints of Prelude #CCB7DB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.2%

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

R = 33.66%
G = 30.2%
B = 36.14%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCB7DB (or 0xCCB7DB) is known color: Prelude. HEX triplet: CC, B7 and DB. RGB value is (204,183,219). Sum of RGB (Red+Green+Blue) = 204+183+219=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCB7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7DB is #334824. Grayscale: #C1C1C1. Windows color (decimal): -3360805 or 14399436. OLE color: 14399436.

HSL color Cylindrical-coordinate representation of color #CCB7DB: hue angle of 275º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCB7DB is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 183 219 -
CMYK 0.07 0.16 0 0.14
HSL 275º 0.33% 0.79% -
HSV(B) 275º 0.16% 0.86% -
XYZ 54.62 51.82 74.14 -
YUV 193.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 204 183 219 0.07 0.16 0 0.14 275 0.33 0.79
Hex CC B7 DB 7 10 0 E 113 21 4F
Octal 314 267 333 7 20 0 16 423 41 117
Binary 11001100 10110111 11011011 111 10000 0 1110 100010011 100001 1001111

Color Harmonies of #CCB7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB7DB

Black with #CCB7DB

Text Example


Text Example

White with #CCB7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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