Html Css Color HEX #CFBED3 Prelude

📋 copy color: '#CFBED3'

red 207 ◦ green 190 ◦ blue 211

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

Shades of Prelude #CFBED3

Tints of Prelude #CFBED3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.25%

 BLUE value IS 211 (82.81% from 255) = 34.7%

R = 34.05%
G = 31.25%
B = 34.7%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CFBED3 (or 0xCFBED3) is known color: Prelude. HEX triplet: CF, BE and D3. RGB value is (207,190,211). Sum of RGB (Red+Green+Blue) = 207+190+211=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 211 (82.81% from 255 or 34.70% from 608); Max value from RGB is 211 - color contains mainly: blue. Hex color #CFBED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBED3 is #30412C. Grayscale: #C5C5C5. Windows color (decimal): -3162413 or 13876943. OLE color: 13876943.

HSL color Cylindrical-coordinate representation of color #CFBED3: hue angle of 288.57º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBED3 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 190 211 -
CMYK 0.02 0.10 0 0.17
HSL 288.57º 0.19% 0.79% -
HSV(B) 288.57º 0.1% 0.83% -
XYZ 55.9 54.8 69.26 -
YUV 197.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 207 190 211 0.02 0.10 0 0.17 288.57 0.19 0.79
Hex CF BE D3 2 A 0 11 121 13 4F
Octal 317 276 323 2 12 0 21 441 23 117
Binary 11001111 10111110 11010011 10 1010 0 10001 100100001 10011 1001111

Color Harmonies of #CFBED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBED3

Black with #CFBED3

Text Example


Text Example

White with #CFBED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBED3; }

 p { color: rgb(207,190,211); }

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

background-color css

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

 a { background-color: rgb(207,190,211); }

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

border-color css

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

 span { border-color: rgb(207,190,211); }

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