Html Css Color HEX #CCB2DD Prelude

📋 copy color: '#CCB2DD'

red 204 ◦ green 178 ◦ blue 221

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

Shades of Prelude #CCB2DD

Tints of Prelude #CCB2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.65%

R = 33.83%
G = 29.52%
B = 36.65%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCB2DD (or 0xCCB2DD) is known color: Prelude. HEX triplet: CC, B2 and DD. RGB value is (204,178,221). Sum of RGB (Red+Green+Blue) = 204+178+221=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCB2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2DD is #334D22. Grayscale: #BEBEBE. Windows color (decimal): -3362083 or 14529228. OLE color: 14529228.

HSL color Cylindrical-coordinate representation of color #CCB2DD: hue angle of 276.28º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCB2DD is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 178 221 -
CMYK 0.08 0.19 0 0.13
HSL 276.28º 0.39% 0.78% -
HSV(B) 276.28º 0.19% 0.87% -
XYZ 53.87 49.9 75.2 -
YUV 190.68 145.11 137.5 -
System Red Green Blue C M Y K H S L
Decimal 204 178 221 0.08 0.19 0 0.13 276.28 0.39 0.78
Hex CC B2 DD 8 13 0 D 114 27 4E
Octal 314 262 335 10 23 0 15 424 47 116
Binary 11001100 10110010 11011101 1000 10011 0 1101 100010100 100111 1001110

Color Harmonies of #CCB2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB2DD

Black with #CCB2DD

Text Example


Text Example

White with #CCB2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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