Html Css Color HEX #CFB2DE Prelude

📋 copy color: '#CFB2DE'

red 207 ◦ green 178 ◦ blue 222

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

Shades of Prelude #CFB2DE

Tints of Prelude #CFB2DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.57%

R = 34.1%
G = 29.32%
B = 36.57%

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

#CFB2DE (or 0xCFB2DE) is known color: Prelude. HEX triplet: CF, B2 and DE. RGB value is (207,178,222). Sum of RGB (Red+Green+Blue) = 207+178+222=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFB2DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2DE is #304D21. Grayscale: #BFBFBF. Windows color (decimal): -3165474 or 14594767. OLE color: 14594767.

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

Color convert

RGB 207 178 222 -
CMYK 0.07 0.20 0 0.13
HSL 279.55º 0.4% 0.78% -
HSV(B) 279.55º 0.2% 0.87% -
XYZ 54.84 50.38 75.94 -
YUV 191.69 145.11 138.92 -
System Red Green Blue C M Y K H S L
Decimal 207 178 222 0.07 0.20 0 0.13 279.55 0.4 0.78
Hex CF B2 DE 7 14 0 D 118 28 4E
Octal 317 262 336 7 24 0 15 430 50 116
Binary 11001111 10110010 11011110 111 10100 0 1101 100011000 101000 1001110

Color Harmonies of #CFB2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB2DE

Black with #CFB2DE

Text Example


Text Example

White with #CFB2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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