Html Css Color HEX #CFB2D6 Prelude

📋 copy color: '#CFB2D6'

red 207 ◦ green 178 ◦ blue 214

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

Shades of Prelude #CFB2D6

Tints of Prelude #CFB2D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.73%

R = 34.56%
G = 29.72%
B = 35.73%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CFB2D6 (or 0xCFB2D6) is known color: Prelude. HEX triplet: CF, B2 and D6. RGB value is (207,178,214). Sum of RGB (Red+Green+Blue) = 207+178+214=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 178 (69.92% from 255 or 29.72% from 599); Blue value is 214 (83.98% from 255 or 35.73% from 599); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFB2D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2D6 is #304D29. Grayscale: #BEBEBE. Windows color (decimal): -3165482 or 14070479. OLE color: 14070479.

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

Color convert

RGB 207 178 214 -
CMYK 0.03 0.17 0 0.16
HSL 288.33º 0.31% 0.77% -
HSV(B) 288.33º 0.17% 0.84% -
XYZ 53.79 49.96 70.43 -
YUV 190.78 141.11 139.57 -
System Red Green Blue C M Y K H S L
Decimal 207 178 214 0.03 0.17 0 0.16 288.33 0.31 0.77
Hex CF B2 D6 3 11 0 10 120 1F 4D
Octal 317 262 326 3 21 0 20 440 37 115
Binary 11001111 10110010 11010110 11 10001 0 10000 100100000 11111 1001101

Color Harmonies of #CFB2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB2D6

Black with #CFB2D6

Text Example


Text Example

White with #CFB2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB2D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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