Html Css Color HEX #CFB2E2 Prelude

📋 copy color: '#CFB2E2'

red 207 ◦ green 178 ◦ blue 226

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

Shades of Prelude #CFB2E2

Tints of Prelude #CFB2E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.99%

R = 33.88%
G = 29.13%
B = 36.99%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CFB2E2 (or 0xCFB2E2) is known color: Prelude. HEX triplet: CF, B2 and E2. RGB value is (207,178,226). Sum of RGB (Red+Green+Blue) = 207+178+226=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 226 (88.67% from 255 or 36.99% from 611); Max value from RGB is 226 - color contains mainly: blue. Hex color #CFB2E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2E2 is #304D1D. Grayscale: #BFBFBF. Windows color (decimal): -3165470 or 14856911. OLE color: 14856911.

HSL color Cylindrical-coordinate representation of color #CFB2E2: hue angle of 276.25º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFB2E2 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 178 226 -
CMYK 0.08 0.21 0 0.11
HSL 276.25º 0.45% 0.79% -
HSV(B) 276.25º 0.21% 0.89% -
XYZ 55.38 50.6 78.8 -
YUV 192.14 147.11 138.6 -
System Red Green Blue C M Y K H S L
Decimal 207 178 226 0.08 0.21 0 0.11 276.25 0.45 0.79
Hex CF B2 E2 8 15 0 B 114 2D 4F
Octal 317 262 342 10 25 0 13 424 55 117
Binary 11001111 10110010 11100010 1000 10101 0 1011 100010100 101101 1001111

Color Harmonies of #CFB2E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB2E2

Black with #CFB2E2

Text Example


Text Example

White with #CFB2E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB2E2; }

 p { color: rgb(207,178,226); }

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

background-color css

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

 a { background-color: rgb(207,178,226); }

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

border-color css

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

 span { border-color: rgb(207,178,226); }

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