Html Css Color HEX #CFB2DD Prelude

📋 copy color: '#CFB2DD'

red 207 ◦ green 178 ◦ blue 221

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

Shades of Prelude #CFB2DD

Tints of Prelude #CFB2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.47%

R = 34.16%
G = 29.37%
B = 36.47%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CFB2DD (or 0xCFB2DD) is known color: Prelude. HEX triplet: CF, B2 and DD. RGB value is (207,178,221). Sum of RGB (Red+Green+Blue) = 207+178+221=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFB2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2DD is #304D22. Grayscale: #BFBFBF. Windows color (decimal): -3165475 or 14529231. OLE color: 14529231.

HSL color Cylindrical-coordinate representation of color #CFB2DD: hue angle of 280.47º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFB2DD is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 178 221 -
CMYK 0.06 0.19 0 0.13
HSL 280.47º 0.39% 0.78% -
HSV(B) 280.47º 0.19% 0.87% -
XYZ 54.7 50.33 75.24 -
YUV 191.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 207 178 221 0.06 0.19 0 0.13 280.47 0.39 0.78
Hex CF B2 DD 6 13 0 D 118 27 4E
Octal 317 262 335 6 23 0 15 430 47 116
Binary 11001111 10110010 11011101 110 10011 0 1101 100011000 100111 1001110

Color Harmonies of #CFB2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB2DD

Black with #CFB2DD

Text Example


Text Example

White with #CFB2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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