Html Css Color HEX #CCB0D5 Prelude

📋 copy color: '#CCB0D5'

red 204 ◦ green 176 ◦ blue 213

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

Shades of Prelude #CCB0D5

Tints of Prelude #CCB0D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.92%

R = 34.4%
G = 29.68%
B = 35.92%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCB0D5 (or 0xCCB0D5) is known color: Prelude. HEX triplet: CC, B0 and D5. RGB value is (204,176,213). Sum of RGB (Red+Green+Blue) = 204+176+213=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCB0D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0D5 is #334F2A. Grayscale: #BCBCBC. Windows color (decimal): -3362603 or 14004428. OLE color: 14004428.

HSL color Cylindrical-coordinate representation of color #CCB0D5: hue angle of 285.41º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCB0D5 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 176 213 -
CMYK 0.04 0.17 0 0.16
HSL 285.41º 0.31% 0.76% -
HSV(B) 285.41º 0.17% 0.84% -
XYZ 52.44 48.69 69.59 -
YUV 188.59 141.78 138.99 -
System Red Green Blue C M Y K H S L
Decimal 204 176 213 0.04 0.17 0 0.16 285.41 0.31 0.76
Hex CC B0 D5 4 11 0 10 11D 1F 4C
Octal 314 260 325 4 21 0 20 435 37 114
Binary 11001100 10110000 11010101 100 10001 0 10000 100011101 11111 1001100

Color Harmonies of #CCB0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0D5

Black with #CCB0D5

Text Example


Text Example

White with #CCB0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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