Html Css Color HEX #CCB7D0 Prelude

📋 copy color: '#CCB7D0'

red 204 ◦ green 183 ◦ blue 208

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

Shades of Prelude #CCB7D0

Tints of Prelude #CCB7D0

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.76%

 BLUE value IS 208 (81.64% from 255) = 34.96%

R = 34.29%
G = 30.76%
B = 34.96%

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

#CCB7D0 (or 0xCCB7D0) is known color: Prelude. HEX triplet: CC, B7 and D0. RGB value is (204,183,208). Sum of RGB (Red+Green+Blue) = 204+183+208=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCB7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7D0 is #33482F. Grayscale: #C0C0C0. Windows color (decimal): -3360816 or 13678540. OLE color: 13678540.

HSL color Cylindrical-coordinate representation of color #CCB7D0: hue angle of 290.4º 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 #CCB7D0 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 183 208 -
CMYK 0.02 0.12 0 0.18
HSL 290.4º 0.21% 0.77% -
HSV(B) 290.4º 0.12% 0.82% -
XYZ 53.22 51.26 66.76 -
YUV 192.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 204 183 208 0.02 0.12 0 0.18 290.4 0.21 0.77
Hex CC B7 D0 2 C 0 12 122 15 4D
Octal 314 267 320 2 14 0 22 442 25 115
Binary 11001100 10110111 11010000 10 1100 0 10010 100100010 10101 1001101

Color Harmonies of #CCB7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB7D0

Black with #CCB7D0

Text Example


Text Example

White with #CCB7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB7D0; }

 p { color: rgb(204,183,208); }

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

background-color css

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

 a { background-color: rgb(204,183,208); }

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

border-color css

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

 span { border-color: rgb(204,183,208); }

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