Html Css Color HEX #CFBCDC Prelude

📋 copy color: '#CFBCDC'

red 207 ◦ green 188 ◦ blue 220

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

Shades of Prelude #CFBCDC

Tints of Prelude #CFBCDC

RGB

 RED value IS 207 (81.25% from 255) = 33.66%

 GREEN value IS 188 (73.83% from 255) = 30.57%

 BLUE value IS 220 (86.33% from 255) = 35.77%

R = 33.66%
G = 30.57%
B = 35.77%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CFBCDC (or 0xCFBCDC) is known color: Prelude. HEX triplet: CF, BC and DC. RGB value is (207,188,220). Sum of RGB (Red+Green+Blue) = 207+188+220=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFBCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCDC is #304323. Grayscale: #C5C5C5. Windows color (decimal): -3162916 or 14466255. OLE color: 14466255.

HSL color Cylindrical-coordinate representation of color #CFBCDC: hue angle of 275.62º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFBCDC is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 188 220 -
CMYK 0.06 0.15 0 0.14
HSL 275.63º 0.31% 0.8% -
HSV(B) 275.63º 0.15% 0.86% -
XYZ 56.63 54.4 75.23 -
YUV 197.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 207 188 220 0.06 0.15 0 0.14 275.63 0.31 0.8
Hex CF BC DC 6 F 0 E 114 1F 50
Octal 317 274 334 6 17 0 16 424 37 120
Binary 11001111 10111100 11011100 110 1111 0 1110 100010100 11111 1010000

Color Harmonies of #CFBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBCDC

Black with #CFBCDC

Text Example


Text Example

White with #CFBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBCDC; }

 p { color: rgb(207,188,220); }

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

background-color css

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

 a { background-color: rgb(207,188,220); }

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

border-color css

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

 span { border-color: rgb(207,188,220); }

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