Html Css Color HEX #CFBCD5 Prelude

📋 copy color: '#CFBCD5'

red 207 ◦ green 188 ◦ blue 213

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

Shades of Prelude #CFBCD5

Tints of Prelude #CFBCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.03%

R = 34.05%
G = 30.92%
B = 35.03%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CFBCD5 (or 0xCFBCD5) is known color: Prelude. HEX triplet: CF, BC and D5. RGB value is (207,188,213). Sum of RGB (Red+Green+Blue) = 207+188+213=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 213 - color contains mainly: blue. Hex color #CFBCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCD5 is #30432A. Grayscale: #C4C4C4. Windows color (decimal): -3162923 or 14007503. OLE color: 14007503.

HSL color Cylindrical-coordinate representation of color #CFBCD5: hue angle of 285.6º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFBCD5 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 188 213 -
CMYK 0.03 0.12 0 0.16
HSL 285.6º 0.23% 0.79% -
HSV(B) 285.6º 0.12% 0.84% -
XYZ 55.73 54.04 70.44 -
YUV 196.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 207 188 213 0.03 0.12 0 0.16 285.6 0.23 0.79
Hex CF BC D5 3 C 0 10 11E 17 4F
Octal 317 274 325 3 14 0 20 436 27 117
Binary 11001111 10111100 11010101 11 1100 0 10000 100011110 10111 1001111

Color Harmonies of #CFBCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBCD5

Black with #CFBCD5

Text Example


Text Example

White with #CFBCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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