Html Css Color HEX #CCB6CF Prelude

📋 copy color: '#CCB6CF'

red 204 ◦ green 182 ◦ blue 207

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

Shades of Prelude #CCB6CF

Tints of Prelude #CCB6CF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.69%

 BLUE value IS 207 (81.25% from 255) = 34.91%

R = 34.4%
G = 30.69%
B = 34.91%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CCB6CF (or 0xCCB6CF) is known color: Prelude. HEX triplet: CC, B6 and CF. RGB value is (204,182,207). Sum of RGB (Red+Green+Blue) = 204+182+207=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCB6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6CF is #334930. Grayscale: #BFBFBF. Windows color (decimal): -3361073 or 13612748. OLE color: 13612748.

HSL color Cylindrical-coordinate representation of color #CCB6CF: hue angle of 292.8º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCB6CF is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 182 207 -
CMYK 0.01 0.12 0 0.19
HSL 292.8º 0.21% 0.76% -
HSV(B) 292.8º 0.12% 0.81% -
XYZ 52.89 50.8 66.05 -
YUV 191.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 204 182 207 0.01 0.12 0 0.19 292.8 0.21 0.76
Hex CC B6 CF 1 C 0 13 125 15 4C
Octal 314 266 317 1 14 0 23 445 25 114
Binary 11001100 10110110 11001111 1 1100 0 10011 100100101 10101 1001100

Color Harmonies of #CCB6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB6CF

Black with #CCB6CF

Text Example


Text Example

White with #CCB6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB6CF; }

 p { color: rgb(204,182,207); }

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

background-color css

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

 a { background-color: rgb(204,182,207); }

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

border-color css

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

 span { border-color: rgb(204,182,207); }

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