Html Css Color HEX #CFB4E1 Prelude

📋 copy color: '#CFB4E1'

red 207 ◦ green 180 ◦ blue 225

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

Shades of Prelude #CFB4E1

Tints of Prelude #CFB4E1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.41%

 BLUE value IS 225 (88.28% from 255) = 36.76%

R = 33.82%
G = 29.41%
B = 36.76%

CMYK

 C value IS 0.08

 M value IS 0.2

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CFB4E1 (or 0xCFB4E1) is known color: Prelude. HEX triplet: CF, B4 and E1. RGB value is (207,180,225). Sum of RGB (Red+Green+Blue) = 207+180+225=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 180 (70.70% from 255 or 29.41% from 612); Blue value is 225 (88.28% from 255 or 36.76% from 612); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFB4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB4E1 is #304B1E. Grayscale: #C1C1C1. Windows color (decimal): -3164959 or 14791887. OLE color: 14791887.

HSL color Cylindrical-coordinate representation of color #CFB4E1: hue angle of 276º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFB4E1 is Cyan = 0.08, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 180 225 -
CMYK 0.08 0.2 0 0.12
HSL 276º 0.43% 0.79% -
HSV(B) 276º 0.2% 0.88% -
XYZ 55.64 51.34 78.21 -
YUV 193.2 145.95 137.84 -
System Red Green Blue C M Y K H S L
Decimal 207 180 225 0.08 0.2 0 0.12 276 0.43 0.79
Hex CF B4 E1 8 14 0 C 114 2B 4F
Octal 317 264 341 10 24 0 14 424 53 117
Binary 11001111 10110100 11100001 1000 10100 0 1100 100010100 101011 1001111

Color Harmonies of #CFB4E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB4E1

Black with #CFB4E1

Text Example


Text Example

White with #CFB4E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB4E1; }

 p { color: rgb(207,180,225); }

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

background-color css

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

 a { background-color: rgb(207,180,225); }

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

border-color css

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

 span { border-color: rgb(207,180,225); }

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