Html Css Color HEX #CFB2DF Prelude

📋 copy color: '#CFB2DF'

red 207 ◦ green 178 ◦ blue 223

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

Shades of Prelude #CFB2DF

Tints of Prelude #CFB2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.68%

R = 34.05%
G = 29.28%
B = 36.68%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CFB2DF (or 0xCFB2DF) is known color: Prelude. HEX triplet: CF, B2 and DF. RGB value is (207,178,223). Sum of RGB (Red+Green+Blue) = 207+178+223=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 178 (69.92% from 255 or 29.28% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFB2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2DF is #304D20. Grayscale: #BFBFBF. Windows color (decimal): -3165473 or 14660303. OLE color: 14660303.

HSL color Cylindrical-coordinate representation of color #CFB2DF: hue angle of 278.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFB2DF is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 178 223 -
CMYK 0.07 0.20 0 0.13
HSL 278.67º 0.41% 0.79% -
HSV(B) 278.67º 0.2% 0.87% -
XYZ 54.97 50.43 76.65 -
YUV 191.8 145.61 138.84 -
System Red Green Blue C M Y K H S L
Decimal 207 178 223 0.07 0.20 0 0.13 278.67 0.41 0.79
Hex CF B2 DF 7 14 0 D 117 29 4F
Octal 317 262 337 7 24 0 15 427 51 117
Binary 11001111 10110010 11011111 111 10100 0 1101 100010111 101001 1001111

Color Harmonies of #CFB2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB2DF

Black with #CFB2DF

Text Example


Text Example

White with #CFB2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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