Html Css Color HEX #CCB2DB Prelude

📋 copy color: '#CCB2DB'

red 204 ◦ green 178 ◦ blue 219

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

Shades of Prelude #CCB2DB

Tints of Prelude #CCB2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.62%

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

R = 33.94%
G = 29.62%
B = 36.44%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCB2DB (or 0xCCB2DB) is known color: Prelude. HEX triplet: CC, B2 and DB. RGB value is (204,178,219). Sum of RGB (Red+Green+Blue) = 204+178+219=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCB2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2DB is #334D24. Grayscale: #BEBEBE. Windows color (decimal): -3362085 or 14398156. OLE color: 14398156.

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

Color convert

RGB 204 178 219 -
CMYK 0.07 0.19 0 0.14
HSL 278.05º 0.36% 0.78% -
HSV(B) 278.05º 0.19% 0.86% -
XYZ 53.61 49.79 73.8 -
YUV 190.45 144.11 137.67 -
System Red Green Blue C M Y K H S L
Decimal 204 178 219 0.07 0.19 0 0.14 278.05 0.36 0.78
Hex CC B2 DB 7 13 0 E 116 24 4E
Octal 314 262 333 7 23 0 16 426 44 116
Binary 11001100 10110010 11011011 111 10011 0 1110 100010110 100100 1001110

Color Harmonies of #CCB2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB2DB

Black with #CCB2DB

Text Example


Text Example

White with #CCB2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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