Html Css Color HEX #CFBED4 Prelude

📋 copy color: '#CFBED4'

red 207 ◦ green 190 ◦ blue 212

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

Shades of Prelude #CFBED4

Tints of Prelude #CFBED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.81%

R = 33.99%
G = 31.2%
B = 34.81%

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

#CFBED4 (or 0xCFBED4) is known color: Prelude. HEX triplet: CF, BE and D4. RGB value is (207,190,212). Sum of RGB (Red+Green+Blue) = 207+190+212=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 212 - color contains mainly: blue. Hex color #CFBED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBED4 is #30412B. Grayscale: #C5C5C5. Windows color (decimal): -3162412 or 13942479. OLE color: 13942479.

HSL color Cylindrical-coordinate representation of color #CFBED4: hue angle of 286.36º degrees, saturation: 0.2, 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 #CFBED4 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 190 212 -
CMYK 0.02 0.10 0 0.17
HSL 286.36º 0.2% 0.79% -
HSV(B) 286.36º 0.1% 0.83% -
XYZ 56.03 54.85 69.92 -
YUV 197.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 207 190 212 0.02 0.10 0 0.17 286.36 0.2 0.79
Hex CF BE D4 2 A 0 11 11E 14 4F
Octal 317 276 324 2 12 0 21 436 24 117
Binary 11001111 10111110 11010100 10 1010 0 10001 100011110 10100 1001111

Color Harmonies of #CFBED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBED4

Black with #CFBED4

Text Example


Text Example

White with #CFBED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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