Html Css Color HEX #C8B2CE Prelude

📋 copy color: '#C8B2CE'

red 200 ◦ green 178 ◦ blue 206

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

Shades of Prelude #C8B2CE

Tints of Prelude #C8B2CE

RGB

 RED value IS 200 (78.52% from 255) = 34.25%

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

 BLUE value IS 206 (80.86% from 255) = 35.27%

R = 34.25%
G = 30.48%
B = 35.27%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C8B2CE (or 0xC8B2CE) is known color: Prelude. HEX triplet: C8, B2 and CE. RGB value is (200,178,206). Sum of RGB (Red+Green+Blue) = 200+178+206=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8B2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B2CE is #374D31. Grayscale: #BBBBBB. Windows color (decimal): -3624242 or 13546184. OLE color: 13546184.

HSL color Cylindrical-coordinate representation of color #C8B2CE: hue angle of 287.14º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8B2CE is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 178 206 -
CMYK 0.03 0.14 0 0.19
HSL 287.14º 0.22% 0.75% -
HSV(B) 287.14º 0.14% 0.81% -
XYZ 50.88 48.58 65.09 -
YUV 187.77 138.29 136.72 -
System Red Green Blue C M Y K H S L
Decimal 200 178 206 0.03 0.14 0 0.19 287.14 0.22 0.75
Hex C8 B2 CE 3 E 0 13 11F 16 4B
Octal 310 262 316 3 16 0 23 437 26 113
Binary 11001000 10110010 11001110 11 1110 0 10011 100011111 10110 1001011

Color Harmonies of #C8B2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B2CE

Black with #C8B2CE

Text Example


Text Example

White with #C8B2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B2CE; }

 p { color: rgb(200,178,206); }

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

background-color css

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

 a { background-color: rgb(200,178,206); }

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

border-color css

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

 span { border-color: rgb(200,178,206); }

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