Html Css Color HEX #CCB4DB Prelude

📋 copy color: '#CCB4DB'

red 204 ◦ green 180 ◦ blue 219

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

Shades of Prelude #CCB4DB

Tints of Prelude #CCB4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.85%

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

R = 33.83%
G = 29.85%
B = 36.32%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCB4DB (or 0xCCB4DB) is known color: Prelude. HEX triplet: CC, B4 and DB. RGB value is (204,180,219). Sum of RGB (Red+Green+Blue) = 204+180+219=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCB4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4DB is #334B24. Grayscale: #BFBFBF. Windows color (decimal): -3361573 or 14398668. OLE color: 14398668.

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

Color convert

RGB 204 180 219 -
CMYK 0.07 0.18 0 0.14
HSL 276.92º 0.35% 0.78% -
HSV(B) 276.92º 0.18% 0.86% -
XYZ 54.01 50.59 73.94 -
YUV 191.62 143.45 136.83 -
System Red Green Blue C M Y K H S L
Decimal 204 180 219 0.07 0.18 0 0.14 276.92 0.35 0.78
Hex CC B4 DB 7 12 0 E 115 23 4E
Octal 314 264 333 7 22 0 16 425 43 116
Binary 11001100 10110100 11011011 111 10010 0 1110 100010101 100011 1001110

Color Harmonies of #CCB4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB4DB

Black with #CCB4DB

Text Example


Text Example

White with #CCB4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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