Html Css Color HEX #CCB8D1 Prelude

📋 copy color: '#CCB8D1'

red 204 ◦ green 184 ◦ blue 209

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

Shades of Prelude #CCB8D1

Tints of Prelude #CCB8D1

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.82%

 BLUE value IS 209 (82.03% from 255) = 35.01%

R = 34.17%
G = 30.82%
B = 35.01%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CCB8D1 (or 0xCCB8D1) is known color: Prelude. HEX triplet: CC, B8 and D1. RGB value is (204,184,209). Sum of RGB (Red+Green+Blue) = 204+184+209=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 184 (72.27% from 255 or 30.82% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCB8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB8D1 is #33472E. Grayscale: #C0C0C0. Windows color (decimal): -3360559 or 13744332. OLE color: 13744332.

HSL color Cylindrical-coordinate representation of color #CCB8D1: hue angle of 288º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCB8D1 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 184 209 -
CMYK 0.02 0.12 0 0.18
HSL 288º 0.21% 0.77% -
HSV(B) 288º 0.12% 0.82% -
XYZ 53.55 51.72 67.48 -
YUV 192.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 204 184 209 0.02 0.12 0 0.18 288 0.21 0.77
Hex CC B8 D1 2 C 0 12 120 15 4D
Octal 314 270 321 2 14 0 22 440 25 115
Binary 11001100 10111000 11010001 10 1100 0 10010 100100000 10101 1001101

Color Harmonies of #CCB8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB8D1

Black with #CCB8D1

Text Example


Text Example

White with #CCB8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB8D1; }

 p { color: rgb(204,184,209); }

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

background-color css

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

 a { background-color: rgb(204,184,209); }

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

border-color css

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

 span { border-color: rgb(204,184,209); }

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